Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created March 4, 2013 20:36
Show Gist options
  • Select an option

  • Save ryanneufeld/5085404 to your computer and use it in GitHub Desktop.

Select an option

Save ryanneufeld/5085404 to your computer and use it in GitHub Desktop.
[alias]
br = branch
ci = commit
co = checkout
df = diff
g = grep -I
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --all
pb = publish-branch
sm = show-merges
st = status
ksdiff = difftool -y -t Kaleidoscope
remotes = remote -v
tags = tags -l
branches = branch -l
[color]
ui = 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
[merge]
log = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment