git: rename psnew alias to psset
This commit is contained in:
parent
fe04184bab
commit
01f8e07b83
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
pl = pull
|
pl = pull
|
||||||
ps = push
|
ps = push
|
||||||
psf = push -f
|
psf = push -f
|
||||||
psnew = "! git push --set-upstream origin \"$(git branch --show-current)\""
|
psset = "! git push --set-upstream origin \"$(git branch --show-current)\""
|
||||||
rem = remote
|
rem = remote
|
||||||
rest = restore
|
rest = restore
|
||||||
s = status
|
s = status
|
||||||
|
|
Loading…
Add table
Reference in a new issue