git:alias: Add more short-hands
This commit is contained in:
@@ -12,8 +12,10 @@
|
|||||||
changes = flog HEAD...FETCH_HEAD
|
changes = flog HEAD...FETCH_HEAD
|
||||||
co = checkout
|
co = checkout
|
||||||
cow = checkout-worktree
|
cow = checkout-worktree
|
||||||
|
f = fetch
|
||||||
fixes = log -1 --pretty=fixes
|
fixes = log -1 --pretty=fixes
|
||||||
l = log
|
l = log
|
||||||
|
p = push
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
signoff = rebase --signoff
|
signoff = rebase --signoff
|
||||||
ss = stash
|
ss = stash
|
||||||
|
|||||||
Reference in New Issue
Block a user