$ git stash -uSaved working directory and index state WIP on master: 47a1413 ...$ git checkout -p stash... step through patch hunks$ git commit -m "message for 1st commit"$ git checkout -p stash... step through patch hunks$ git commit -m "message for 2nd commit"$ git stash pop