Skip to content

Instantly share code, notes, and snippets.

@congnd
Last active December 17, 2019 00:59
Show Gist options
  • Save congnd/cb220af14334a7b8904867230d84b99d to your computer and use it in GitHub Desktop.
Save congnd/cb220af14334a7b8904867230d84b99d to your computer and use it in GitHub Desktop.
Force Git to ask you for your name/email in the first time you make commit for a new repository.
// Add the following lines into your ~/.gitconfig
[user]
name =
useConfigOnly = true
email =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment