저장하려는 숨김에서 현재 수정 된 다른 파일을 그대로두고 특정 파일을 숨기려면 어떻게해야합니까?
예를 들어, 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