user/git: remove push keyword from s alias

This commit is contained in:
Dmitriy Pleshevskiy 2023-04-02 10:14:21 +03:00
parent c5a3587d41
commit ee763193fa
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
lo = "log --pretty=oneline";
sma = "submodule add";
smui = "submodule update --init";
s = "stash push";
s = "stash";
sm = "stash push -m";
sl = "stash list";
sa = "stash apply";