Remove unused git aliases

This commit is contained in:
Max Bucknell 2025-05-21 13:07:55 -07:00
parent 725f951283
commit 0c33bd935c
No known key found for this signature in database

View file

@ -14,11 +14,8 @@
[alias]
dc = diff --staged
di = diff
amend = commit --amend
aa = add --all
ff = merge --ff-only
noff = merge --no-ff
pf = pull --ff-only
pr = pull --rebase
fa = fetch --all
st = status
ci = commit --verbose
@ -28,8 +25,6 @@
cl = clone
ll = !max-git-log
uu = !max-set-upstream
whodunnit = blame
peek = log -1
wip = commit -m 'wip' --no-verify
unwip = reset --soft HEAD~1
s = switch