Skip to content

Instantly share code, notes, and snippets.

@leotsem
Forked from jimeh/_NOTE.md
Created May 6, 2011 14:14
Show Gist options
  • Save leotsem/959026 to your computer and use it in GitHub Desktop.
Save leotsem/959026 to your computer and use it in GitHub Desktop.
My ~/.gitconfig
[color]
status = auto
branch = auto
diff = auto
[alias]
a = add
ai = add -i
co = checkout
br = branch
ci = commit
st = status
me = merge
di = diff
sub = submodule
unstage = reset HEAD --
last = log -1 HEAD
fi = flow init
fs = flow feature start
ff = flow feature finish
rs = flow release start
rf = flow release finish
hs = flow hotfix start
hf = flow hotfix finish
ss = flow support start
sf = flow support finish
[apply]
whitespace = nowarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment