Skip to content

Instantly share code, notes, and snippets.

@ambalashov
ambalashov / .gitconfig
Created July 22, 2014 08:48
.gitconfig
[alias]
st = status
co = checkout
ci = commit
br = branch
df = diff
lp = log -p
com = checkout master
fe = fetch origin
hr = reset origin/master --hard