Skip to content

Instantly share code, notes, and snippets.

@Marak
Created April 2, 2010 02:40
Show Gist options
  • Save Marak/352673 to your computer and use it in GitHub Desktop.
Save Marak/352673 to your computer and use it in GitHub Desktop.
github config setup
$ 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