You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Command | Description || --- | --- || git status | List all new or modified files || git diff | Show file differences that haven't been staged |
Parsed HTML
<table><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td>git status</td><td>List all new or modified files</td></tr><tr><td>git diff</td><td>Show file differences that haven't been staged</td></tr></tbody></table>
Formatting Content in Tables
Markdown
| Command | Description || --- | --- ||`git status`| List all *new or modified* files ||`git diff`| Show file differences that **haven't been** staged |
Parsed HTML
<table><thead><tr><th>Command</th><th>Description</th></tr></thead><tbody><tr><td><code>git status</code></td><td>List all <em>new or modified</em> files</td></tr><tr><td><code>git diff</code></td><td>Show file differences that <strong>haven't been</strong> staged</td></tr></tbody></table>