Skip to content

Instantly share code, notes, and snippets.

@julioolvr
Created October 21, 2012 22:23
Show Gist options
  • Save julioolvr/3928738 to your computer and use it in GitHub Desktop.
Save julioolvr/3928738 to your computer and use it in GitHub Desktop.
Git-config
[user]
name = Julio Olivera
email = julio.olvr@gmail.com
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
who = shortlog -s --
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment