mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-15 04:13:58 +02:00
Styled Git Status
This commit is contained in:
16
README.md
16
README.md
@@ -138,3 +138,19 @@ Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_
|
|||||||
:+1:
|
:+1:
|
||||||
|
|
||||||
The full list of supported Emojis on GitHub can be found [here](http://www.emoji-cheat-sheet.com/).
|
The full list of supported Emojis on GitHub can be found [here](http://www.emoji-cheat-sheet.com/).
|
||||||
|
|
||||||
|
## Syled Git Status
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git status
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Can be changed to:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git status -sb
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
Reference in New Issue
Block a user