1 changed files with 29 additions and 0 deletions
@ -0,0 +1,29 @@
@@ -0,0 +1,29 @@
|
||||
#Table |
||||
|
||||
| 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 | |
||||
|
||||
| Left-aligned | Center-aligned | Right-aligned | |
||||
| :--- | :---: | ---: | |
||||
| git status | git status | git status | |
||||
| git diff | git diff | git diff | |
||||
|
||||
| Name | Character | |
||||
| --- | --- | |
||||
| Backtick | ` | |
||||
| Pipe | \| | |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# ref |
||||
|
||||
- [docs.github.com](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-tables): Organizing information with tables |
||||
Loading…
Reference in new issue