Skip to content

Instantly share code, notes, and snippets.

@jpadilla
Created March 24, 2011 21:09
Show Gist options
  • Save jpadilla/885897 to your computer and use it in GitHub Desktop.
Save jpadilla/885897 to your computer and use it in GitHub Desktop.
[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