Skip to content

Instantly share code, notes, and snippets.

@jkonowitch
Created September 22, 2013 22:40
Show Gist options
  • Save jkonowitch/6664550 to your computer and use it in GitHub Desktop.
Save jkonowitch/6664550 to your computer and use it in GitHub Desktop.
.gitconfig
# http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup
[user]
name = My Name
email = [email protected]
[color]
ui = true
[alias]
st = status -sb -uall
[core]
editor = subl
excludesfile = ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment