Şu anda değiştirilmiş olanları kaydetmek üzere olduğum zuladan bırakarak belirli bir dosyayı nasıl saklayabilirim?
Örneğin, git durumu bana şunu veriyorsa:
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")
ve sadece app / views / cart / welcome.thtml saklamak istiyorum, bunu nasıl yaparım? Gibi bir şey (ama elbette bu çalışmıyor):
git stash save welcome_cart app/views/cart/welcome.thtml