LoginSignup
113
91

More than 5 years have passed since last update.

git addの--allオプション

Last updated at Posted at 2013-11-28

今までファイルをステージングに追加するときは

$ git add .

してたけど、

 git add --all

のがいいっぽい。

ドットだとgit管理下のファイル全部だけど、
--allだと変更が加えられたファイルと、
未追跡だったファイルだけをaddしてくれる。

113
91
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
113
91