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
?