Skip to content

Commit

Permalink
gsta is now 'git stash' instead of 'git stash save'
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Nov 8, 2019
1 parent ed02ab3 commit 6a21fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion abbreviations
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ gsr git svn rebase
gss git status -s
gst git status

gsta git stash save
#gsta git stash save

gstaa git stash apply
gstc git stash clear
Expand Down Expand Up @@ -194,3 +194,4 @@ gds git diff --stat
ggpush git push --set-upstream origin HEAD
gp! git push --force-with-lease
grhh1 git reset --hard HEAD~1
gsta git stash

0 comments on commit 6a21fe0

Please sign in to comment.