1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 09:26:42 +02:00

Merge pull request #7 from W4RH4WK/master

add styled git log
This commit is contained in:
Tim Green
2014-04-13 15:20:43 +01:00

View File

@@ -273,6 +273,14 @@ $ git status -sb
![git status -sb](http://i.imgur.com/xNI1bT0.png)
## Styled Git Log
```bash
$ git log --all --graph --decorate --oneline --abbrev-commit
```
![git log --all --graph --decorate --oneline --abbrev-commit](http://i.imgur.com/RUPycwI.png)
## Git Query
A git query allows you to search all your previous commit messages and finds the most recent one matching the query.