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 pl = pull
ps = push ps = push
psf = push -f psf = push -f
psnew = "! git push --set-upstream origin \"$(git branch --show-current)\""
rem = remote rem = remote
rest = restore rest = restore
s = status s = status
st = status st = stash
sub = submodule sub = submodule
subup = sub update --init --recursive subup = sub update --init --recursive
sw = switch sw = switch