Skip to content

Instantly share code, notes, and snippets.

@EvanOxfeld
Last active October 12, 2015 16:37
Show Gist options
  • Save EvanOxfeld/4055782 to your computer and use it in GitHub Desktop.
Save EvanOxfeld/4055782 to your computer and use it in GitHub Desktop.
Git config
[user]
name = Evan Oxfeld
email = eoxfeld@gmail.com
[color]
diff = auto
status = auto
branch = auto
ui = true
[alias]
st = status
br = branch
co = checkout
[push]
default = upstream
[core]
excludesfile = /Users/eoxfeld/.gitignore_global
[diff]
mnemonicprefix = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment