1
0
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:
Tim Green
2014-04-12 19:13:10 +01:00
parent d345494466
commit 7ce7f2beb5

View File

@@ -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
```
![git status](http://i.imgur.com/o3PEHAA.png)
Can be changed to:
```bash
$ git status -sb
```
![git status -sb](http://i.imgur.com/xNI1bT0.png)