Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、次のようなことができるという点で、他の人とgit diff同じように働くことを期待していますgit add
git diff
git add
git diff **/models.py
しなければならないのではなく
git diff /full/path/to/my/python/file/called/models.py
不思議だけど
git commit **/models.py git add **/models.py
どちらも期待どおりに機能します。