Answers for "git stash save message"

3

git stash save name

$ git stash push -m "john-hancock"

$ git stash apply stash^{/john-hancock}
Posted by: Guest on June-17-2020
2

git remove first stash

git stash drop 0
Posted by: Guest on October-05-2020

Browse Popular Code Answers by Language