Skip to content

Instantly share code, notes, and snippets.

@aprock
aprock / .gitconfig
Created May 20, 2016 17:01
gitconfig
[alias]
st = status
stat = status
ci = commit
co = checkout
br = branch
ls = ls-files
undo = reset --soft HEAD^
merge = merge --no-commit
cdiff = diff --cached