Unstash the stash...
git stash pop ...use git add in patch mode...
git add -p ...and then commit that...
git commit -m "Partial stashed commit" This is what quickly came to my head without reading the docs. Leo's answer has much better way to achieve this.