You can use git stash -p to selectively stash parts of your current changes. This is really nice to be able to test one specific change in isolation without having to make a series of commits.
You can use git stash -p to selectively stash parts of your current changes. This is really nice to be able to test one specific change in isolation without having to make a series of commits.