diff --git a/prety.md b/prety.md new file mode 100644 index 0000000..df8ebf2 --- /dev/null +++ b/prety.md @@ -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 \ No newline at end of file