Skip to content

Instantly share code, notes, and snippets.

@angrytoast
Created September 3, 2015 22:52
Show Gist options
  • Select an option

  • Save angrytoast/3ce6311e9554f4347e16 to your computer and use it in GitHub Desktop.

Select an option

Save angrytoast/3ce6311e9554f4347e16 to your computer and use it in GitHub Desktop.
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = white bold
frag = magenta ul
old = red
new = green bold
[color "status"]
added = green reverse
changed = yellow
untracked = cyan ul
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
dc = diff --cached
lg = log -p
lol = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
s = status --short
status = pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment