user/git: remove push keyword from s alias
This commit is contained in:
parent
c5a3587d41
commit
ee763193fa
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
lo = "log --pretty=oneline";
|
lo = "log --pretty=oneline";
|
||||||
sma = "submodule add";
|
sma = "submodule add";
|
||||||
smui = "submodule update --init";
|
smui = "submodule update --init";
|
||||||
s = "stash push";
|
s = "stash";
|
||||||
sm = "stash push -m";
|
sm = "stash push -m";
|
||||||
sl = "stash list";
|
sl = "stash list";
|
||||||
sa = "stash apply";
|
sa = "stash apply";
|
||||||
|
|
Loading…
Reference in a new issue