3
3

More than 3 years have passed since last update.

Git addとcommitを一括で行う

Last updated at Posted at 2020-12-02

--allオプションを使った省略

--allオプションによって、git add .を省略します。
--allは、ワークツリーで変更済みのファイルをcommitするオプションです。

初回のみ管理対象を決めるためにgit addコマンド操作が必要になります。

git commit -am "hogehoge"
3
3
0

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
3
3