## Basic Table | Command | Description | | --- | --- | | git status | List all new or modified files | | git diff | Show file differences that haven't been staged | ``````bash | Command | Description | | --- | --- | | git status | List all new or modified files | | git diff | Show file differences that haven't been staged | `````` | Command | Description | | --- | --- | | `git status` | List all *new or modified* files | | `git diff` | Show file differences that **haven't been** staged | ``````bash | Command | Description | | --- | --- | | `git status` | List all *new or modified* files | | `git diff` | Show file differences that **haven't been** staged | `````` | Left-aligned | Center-aligned | Right-aligned | | :--- | :---: | ---: | | git status | git status | git status | | git diff | git diff | git diff | ``````bash | Left-aligned | Center-aligned | Right-aligned | | :--- | :---: | ---: | | git status | git status | git status | | git diff | git diff | git diff | `````` | Name | Character | | --- | --- | | Backtick | ` | | Pipe | \| | ``````bash | Name | Character | | --- | --- | | Backtick | ` | | Pipe | \| | `````` ## write lists inside a markdown table | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | |