Skip to content

Instantly share code, notes, and snippets.

@pellekrogholt
Last active December 19, 2015 14:09
Show Gist options
  • Save pellekrogholt/5967478 to your computer and use it in GitHub Desktop.
Save pellekrogholt/5967478 to your computer and use it in GitHub Desktop.
[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