Ruby on Rails チュートリアルの
【1.4.1 インストールとセットアップ】
の
『ステージングエリアで控えている変更を本格的にリポジトリに反映 (コミット) するには、commitコマンドを使います。』
の項目をやっておりますが、下記のように打ち込んだところ
ec2-user:~/environment (master) $ git commit -m "Initialize repository"
以下のような、メッセージが表示されました。
On branch master
Changes not staged for commit:
ここから赤文字です。
modified: .c9/metadata/environment/hello_app/.gitignore
modified: hello_app/.gitignore
no changes added to commit
本来ならば、下記のように表示されるとのことですが、どのように修正すればよろしいでしょうか。
$ git commit -m "Initialize repository"
[master (root-commit) df0a62f] Initialize repository
.
.
.
ご回答の程何卒よろしくお願いいたします。
あなたの回答
tips
プレビュー