DEV Community

Discussion on: git stash in one minute

Collapse
 
awesomeironman profile image
Cyrus Gracias

There's also -p flag instead of -u which will help you stash files-code selectively
It opens a wizard of patching, where you tell git whether to stash a piece of code or not