Skip to content

Instantly share code, notes, and snippets.

@fredoliveira
Created September 15, 2010 21:48
Show Gist options
  • Save fredoliveira/581552 to your computer and use it in GitHub Desktop.
Save fredoliveira/581552 to your computer and use it in GitHub Desktop.
.gitconfig
[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
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
l = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
[user]
name = Fred Oliveira
email = fred@webreakstuff.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment