Created
April 2, 2010 02:40
-
-
Save Marak/352673 to your computer and use it in GitHub Desktop.
github config setup
This file contains hidden or 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
$ git config --global github.user "Marak" | |
$ git config --global user.name "Marak Squires" | |
$ git config --global user.email "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment