How can I git stash a specific file? [duplicate]
“How can I stash a specific file leaving the others currently modified out of the stash I am about to save? EDIT: Since git 2.13, there is a command to save a specific path to the stash: git stash push
read »