Created
March 1, 2016 03:54
-
-
Save kkasaei/191fda34d7df0075add6 to your computer and use it in GitHub Desktop.
Git commands i refer to them time to time
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
# User Config | |
git config user.name "<your name>" | |
git config user.email "<your email>" | |
git config --globaluser.name "<your name>" | |
git config --global user.email "<your email>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment