保存しようとしている隠し場所から現在変更されている他のファイルを残して、特定のファイルを隠します。
たとえば、git statusでこれが得られた場合:
younker % gst
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: app/controllers/cart_controller.php
# modified: app/views/cart/welcome.thtml
#
no changes added to commit (use "git add" and/or "git commit -a")
app / views / cart / welcome.thtmlのみを隠したいのですが、どうすればよいですか?次のようなものです(ただし、もちろんこれは機能しません):
git stash save welcome_cart app/views/cart/welcome.thtml