Skip to content

Commit

Permalink
Merge pull request cheat#31 from strogiyotec/master
Browse files Browse the repository at this point in the history
Replace deprecated git stash save with git stash push
  • Loading branch information
chrisallenlane authored Aug 23, 2020
2 parents 43b9b66 + 04d5e84 commit fa57583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git add --all
git stash

# To stash changes with a message
git stash save <message>
git stash push -m <message>

# To list all the stashed changes
git stash list
Expand Down

0 comments on commit fa57583

Please sign in to comment.