git: update git aliases

This commit is contained in:
2024-07-18 13:55:53 +02:00
parent 727e0c65df
commit fc6101c10d

View File

@@ -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]