~ $ git add <ファイル名> ~ $ git add <ディレクトリ名> ~ $ git add .
git add コマンドを使うことで変更内容をステージに追加することができる
git add コマンドで内部に起きている動きは以下の通り
目次