git: add psnew alias, st now means stash
This commit is contained in:
parent
d7ed5dfbcf
commit
ec8cc0d624
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue