Last active
December 19, 2015 14:09
-
-
Save pellekrogholt/5967478 to your computer and use it in GitHub Desktop.
This file contains 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
[core] | |
excludesfile = /Users/pelle/.gitignore | |
pager = "/bin/cat" | |
editor = "/Applications/Emacs.app/Contents/MacOS/bin/emacsclient" | |
[color] | |
diff = auto | |
branch = auto | |
status = auto | |
[diff] | |
renames = true | |
[alias] | |
st = status | |
d = diff | |
ci = commit -v | |
cia = commit -v -a | |
co = checkout | |
cp = cherry-pick | |
l = log | |
ll = log -p | |
lt = log trunk.. | |
llt = log -p trunk.. | |
lm = log master.. | |
llm = log -p master.. | |
b = branch | |
[user] | |
name = <your name> | |
email = <your email> | |
[color] | |
ui = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment