Skip to content

Commit

Permalink
Merge pull request #388 from TheGooner93/fix/git_stash_push
Browse files Browse the repository at this point in the history
Replace `git stash save` with `git stash push`
  • Loading branch information
Kapeli committed Feb 10, 2021
2 parents 9646d8b + 220e977 commit b851826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Oh-My-Zsh_Git.rb
Expand Up @@ -932,7 +932,7 @@
entry do
name '
```
git stash save
git stash push
```'
command "gsta"
end
Expand Down

0 comments on commit b851826

Please sign in to comment.