আমি সংরক্ষণ করতে চলেছি এমন স্ট্যাশটির বাইরে থাকা অন্যদের পরিবর্তিত রেখে আমি একটি নির্দিষ্ট ফাইলকে কীভাবে স্ট্যাশ করতে পারি?
উদাহরণস্বরূপ, যদি গিট স্ট্যাটাসটি আমাকে দেয়:
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")
এবং আমি কেবল অ্যাপ / ভিউ / কার্ট / স্বাগতম.thtml স্ট্যাশ করতে চাই, আমি কীভাবে এটি করব? এর মতো কিছু (তবে অবশ্যই এটি কার্যকর হয় না):
git stash save welcome_cart app/views/cart/welcome.thtml