<divclass="highlight-bash"><divclass="highlight"><pre><span></span>➜ git status
On branch <spanclass="nb">test</span>
Changes not staged <spanclass="k">for</span> commit:
<spanclass="o">(</span>use <spanclass="s2">"git add <file>..."</span> to update what will be committed<spanclass="o">)</span>
<spanclass="o">(</span>use <spanclass="s2">"git checkout -- <file>..."</span> to discard changes in working directory<spanclass="o">)</span>
modified: README.md
Untracked files:
<spanclass="o">(</span>use <spanclass="s2">"git add <file>..."</span> to include in what will be committed<spanclass="o">)</span>
<spanclass="nb">test</span>
no changes added to commit <spanclass="o">(</span>use <spanclass="s2">"git add"</span> and/or <spanclass="s2">"git commit -a"</span><spanclass="o">)</span>
<spanclass="o">(</span>use <spanclass="s2">"git add <file>..."</span> to include in what will be committed<spanclass="o">)</span>
<spanclass="nb">test</span>
nothing added to commit but untracked files present <spanclass="o">(</span>use <spanclass="s2">"git add"</span> to track<spanclass="o">)</span>