Jak mogę ukryć określony plik, pozostawiając inne aktualnie zmodyfikowane poza schowkiem, który zamierzam zapisać?
Na przykład, jeśli status git daje mi to:
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")
i chcę przechowywać tylko app / views / cart / welcome.thtml, jak mam to zrobić? Coś takiego (ale oczywiście to nie działa):
git stash save welcome_cart app/views/cart/welcome.thtml