git: update git aliases
This commit is contained in:
@@ -14,15 +14,16 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
d = diff
|
d = diff
|
||||||
|
nuke = clean -df
|
||||||
lg = log --oneline --decorate --graph
|
lg = log --oneline --decorate --graph
|
||||||
lgp = lg -p
|
lgp = lg -p
|
||||||
pl = pull --rebase
|
pl = pull --rebase
|
||||||
plm = pull
|
|
||||||
plm = pull
|
|
||||||
ps = push
|
ps = push
|
||||||
r = rebase
|
r = rebase
|
||||||
|
rh = reset HEAD
|
||||||
sh = show
|
sh = show
|
||||||
st = status
|
st = status -s
|
||||||
|
wt = worktree
|
||||||
[blame]
|
[blame]
|
||||||
date = relative
|
date = relative
|
||||||
[grep]
|
[grep]
|
||||||
|
|||||||
Reference in New Issue
Block a user