mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-13 19:34:00 +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:
|
||||
|
||||
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