joeygeiger.com

home

git stash -p

28 Jun 2012

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.