git-study-sample.md コミットするまでの流れ 前回のコミットから何も変更を加えていない状態。 $ git status # On branch masternothing to commit, working directory clean エディタでファイルを編集する $ vim app/views/hello/list.html 編集後、git statusで変更部分を確認。 $ 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