DEV Community

Discussion on: 3 GIT productivity features explained

Collapse
 
codevault profile image
Sergiu Mureşan

Thanks for the more in-depth explanation! I covered git stash apply a bit in the video but didn't explain about git stash drop.

One more useful feature I'd like to add, since we are expanding on this, is naming your stashes using git stash save "Name or message of the feature" since it can really get confusing with just the name of the commit you were working on.