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
cp = cherry-pick
d = diff
nuke = clean -df
lg = log --oneline --decorate --graph
lgp = lg -p
pl = pull --rebase
plm = pull
plm = pull
ps = push
r = rebase
rh = reset HEAD
sh = show
st = status
st = status -s
wt = worktree
[blame]
date = relative
[grep]