Skip to content

Instantly share code, notes, and snippets.

@nickwhitt
Created February 13, 2013 20:30
Show Gist options
  • Save nickwhitt/4947966 to your computer and use it in GitHub Desktop.
Save nickwhitt/4947966 to your computer and use it in GitHub Desktop.
Global Configuration
[user]
name = Your Name
email = your.name@somewhere.com
[core]
excludesfile = /path/to/.gitignore
[alias]
last = log -1 HEAD --stat
info = !cat .git/config
@nickwhitt
Copy link
Author

Located at ~/.gitconfig.
Check out https://github.com/github/gitignore for sample ignore files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment