-
-
Save leotsem/959026 to your computer and use it in GitHub Desktop.
My ~/.gitconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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