gitconfig: More log aliases
This commit is contained in:
parent
b4421c5846
commit
98172e2d0d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue