「git add .」よりも「git add -A 」か「git add --all 」がいい。
理由は「git add .」だと新規、編集ファイルの変更がaddされるが、削除ファイルはaddされない。「git add -A」と「git add --all 」だと新規、編集、削除ファイルがaddされる。
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme