13. git status
working directory 殊 譟壱
$> git status //git init 讌 ろ企慨覃
On branch master
Initial commit
nothing to commit (create/copy files and use "git add" to
track)
16. git status
襦 殊 襷れ伎 れ
$> echo hello world >> README.md
//hello world 朱 伎 螳讌 README.md
$> git status
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
README.md
nothing added to commit but untracked files present
(use "git add" to track)
17. git add
Untracked file Staged 襦 襷り鍵
$> git add README.md
$> git status
On branch master
Initial commit
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: README.md