Thursday, May 8, 2014

Selecting git stashing

This will stash everything that you haven't added to the index. Just git add the things you want to keep, then run it.

git stash --keep-index

No comments:

Post a Comment