DEV Community

Discussion on: A Git Cheatsheet Of Commands Every Developer Should Use

Collapse
 
loebkes profile image
Lui

I often use git stash save -m "name" instead as I can give the stash a name for easier identification later on

Collapse
 
i386net profile image
i386net

It's deprecated and it's recommended to use git stash push -m instead