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

add styled git log

This commit is contained in:
Alex Warhawk
2014-04-13 15:44:44 +02:00
parent 85f9152f2e
commit a0c11eb1af

View File

@@ -273,6 +273,12 @@ $ 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 Query
A git query allows you to search all your previous commit messages and finds the most recent one matching the query.