$ git stash # set aside any changes in VC'd files $ git add . $ git stash pop # restore stashed changes
<3