35. ファイルの確認 (git status)
$ git status
# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# README
nothing added to commit but untracked files present (use "git
add" to track)
• さっき保存したファイルが「Untracked
files」として表示されている