Skip to content

Instantly share code, notes, and snippets.

@cwsaylor
Created January 3, 2014 17:30
Show Gist options
  • Save cwsaylor/8242276 to your computer and use it in GitHub Desktop.
Save cwsaylor/8242276 to your computer and use it in GitHub Desktop.
[user]
name =
email =
[github]
user =
password =
[alias]
b = branch
cp = cherry-pick
co = checkout
s = status
f = fetch
p = pull
d = diff
dc = diff --cached
l = log --graph --pretty=oneline --abbrev-commit
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[apply]
whitespace = nowarn
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[branch]
autosetupmerge = true
[core]
quotepath = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment