Skip to content

Instantly share code, notes, and snippets.

@felipe-prenholato
Created June 29, 2012 14:58
Show Gist options
  • Save felipe-prenholato/3018445 to your computer and use it in GitHub Desktop.
Save felipe-prenholato/3018445 to your computer and use it in GitHub Desktop.
[user]
name = Felipe Prenholato
email = [email protected]
[core]
editor = vim
excludesfile = /home/felipe/.global_ignore
[alias]
st = status
co = checkout
br = branch
df = diff
dfw = diff --word-diff=color
dfs = diff --stat
ci = commit
pom = pull origin master
pl = pull
ps = push
ll = log --stat
gl = log --graph --pretty=\"format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset\"
[color]
branch = auto
diff = auto
grep = auto
interactive = auto
status = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment