Hacker News new | ask | show | jobs
by mschuster91 527 days ago
Now if git stash would support only stashing one specific file...
1 comments

  git stash -- filename
or

    git stash push <filename>