Skip to content

Instantly share code, notes, and snippets.

@roberto
Created May 25, 2011 22:46
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 roberto/992173 to your computer and use it in GitHub Desktop.
Save roberto/992173 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/roberto/.gitignore
editor = vim
whitespace = trailing-space,space-before-tab
[apply]
whitespace = fix
[color]
ui = true ;doesnt work for some reason ...
interactive = true
status = true
branch = true
diff = true
[alias]
st = status
ci = commit
co = checkout
br = branch
ls = branch
s = status
a = add
b = branch
d = diff
dc = diff --cached
v = show
l = log --pretty=oneline
ll = log
cp = cherry-pick
c = checkout
cc = commit
ri = rebase -i HEAD~10
sh = !git-sh
ro = !git fetch origin && git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment