Skip to content

Instantly share code, notes, and snippets.

@ckhrysze
Last active January 6, 2016 07:30
Show Gist options
  • Save ckhrysze/1342016 to your computer and use it in GitHub Desktop.
Save ckhrysze/1342016 to your computer and use it in GitHub Desktop.
My git config
[alias]
co = checkout
ci = commit
b = branch
s = status
st = status
[core]
editor = emacs -Q
[color]
diff = auto
status = auto
branch = auto
[push]
default = tracking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment