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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue