LoginSignup
21
19

More than 5 years have passed since last update.

「git add . 」より「git add -A | git add --all」がいい

Posted at

「git add .」よりも「git add -A 」か「git add --all 」がいい。
 理由は「git add .」だと新規、編集ファイルの変更がaddされるが、削除ファイルはaddされない。「git add -A」と「git add --all 」だと新規、編集、削除ファイルがaddされる。

ソース

21
19
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
19