git stash name example

preview_player
Показать описание
Do you want to name git stash entries when you save them? Do you want to be able to perform a git stash apply by name, or do the corresponding git stash pop by name? Here we do a little razzle-dazzle to make such 'git stash name' tomfoolery happen.
Рекомендации по теме
Комментарии
Автор

I noticed you used apply. What's the difference between git pop and git apply?

faithcooperpay
Автор

I can't get the git stash name trick with a Regex to work consistently. Any ideas why?

sixtooxford
Автор

Great video. Is this the same as git shelve?

jasontodhunter-corp
Автор

You can learn more about the git stash name command from this tutorial which accompanies this video. It's posted over at TSS:

cameronmckenzie