Làm cách nào tôi có thể lưu trữ một tệp cụ thể để các tệp khác hiện đang được sửa đổi ra khỏi kho mà tôi sắp lưu?
Ví dụ: nếu trạng thái git cho tôi điều này:
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")
và tôi chỉ muốn lưu trữ app / views / cart / welcome.thtml, tôi sẽ làm như thế nào? Một cái gì đó như (nhưng tất nhiên điều này không hoạt động):
git stash save welcome_cart app/views/cart/welcome.thtml