git commit -a変更されたすべてのファイルを自動的にステージングします。
-a
--all
Tell the command to automatically stage files that have been modified
and deleted, but new files you have not told git about are not affected.
に相当するものは何-aですかgit add?
git commit -a変更されたすべてのファイルを自動的にステージングします。
-a
--all
Tell the command to automatically stage files that have been modified
and deleted, but new files you have not told git about are not affected.
に相当するものは何-aですかgit add?