git: add psnew alias, st now means stash

This commit is contained in:
PowerUser64 2024-06-19 00:58:33 -07:00
parent d7ed5dfbcf
commit ec8cc0d624

View file

@ -33,10 +33,11 @@
pl = pull
ps = push
psf = push -f
psnew = "! git push --set-upstream origin \"$(git branch --show-current)\""
rem = remote
rest = restore
s = status
st = status
st = stash
sub = submodule
subup = sub update --init --recursive
sw = switch