Skip to content

Instantly share code, notes, and snippets.

@eegrok
Created September 16, 2011 22:15
Show Gist options
  • Select an option

  • Save eegrok/1223290 to your computer and use it in GitHub Desktop.

Select an option

Save eegrok/1223290 to your computer and use it in GitHub Desktop.
Initial git configuration stuff
git config --global user.name “My Name” (put in your name)
git config --global user.email “email@domain.com” (put in your email address)
git config --global branch.autosetuprebase always
git config --global core.excludesfile ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment