Last active
December 17, 2019 00:59
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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