2

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

4

1 に答える 1

4

同等のものはgit add -u

于 2013-03-25T12:11:19.360 に答える