Skip to content

Instantly share code, notes, and snippets.

@Altreus
Created January 23, 2016 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Altreus/215f7fa96ad6b7bf1943 to your computer and use it in GitHub Desktop.
Save Altreus/215f7fa96ad6b7bf1943 to your computer and use it in GitHub Desktop.
[alias]
lg = log --graph --decorate --branches --oneline --remotes --tags --all
st = status
co = checkout
ci = commit
cdiff = diff --cached
yoink = cherry-pick
[status]
submodulesummary = true
[color]
status = auto
diff = auto
interactive = auto
branch = auto
[core]
editor = vim
[color "branch"]
current = yellow bold
remote = cyan bold
[color "diff"]
new = yellow bold
old = red bold
meta = cyan bold
frag = white bold
commit = white bold
[color "status"]
added = yellow bold
changed = cyan bold
untracked = red bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment