gitconfig: More log aliases

This commit is contained in:
Oliver Davies 2015-12-07 20:20:42 +00:00
parent b4421c5846
commit 98172e2d0d

View file

@ -14,6 +14,8 @@
create-new-branch = checkout -b
# Add a commit that fixes another (to be used with `rebase -i`).
fixup = commit --fixup
ll = log --oneline --stat
ls = log --oneline --decorate
noff = merge --no-ff
staged = diff --staged
undo = reset --hard