Last Updated: February 25, 2016
·
2.366K
· thmzlt

How to selectively stash changes in Git

Stage the code you don't want to stash, and run:

git stash --keep-index

1 Response
Add your response

Maybe some short explanation?

over 1 year ago ·