前提・実現したいこと
git のインストールをしたいです。
発生している問題・エラーメッセージ
エラーメッセージ
該当のソースコード
ec2-user:~/environment (master) $ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: ../.bash_history
no changes added to commit (use "git add" and/or "git commit -a")
ruby
試したこと
git add,git reset などを実行しました。
他のファイルはgit addで赤い字が無くなったのですが、これだけずっと残ってしまいます。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。