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.
Ruby では、頑丈な gemを使用して、次のようなことをどのように行いますか?
%x(git diff --name-only master)
ステージングされた、またはステージングされていない、変更されたファイルを一覧表示する必要があります。