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

add image to styled git log

This commit is contained in:
Alex Warhawk
2014-04-13 16:18:10 +02:00
parent a0c11eb1af
commit e397e3a664

View File

@@ -279,6 +279,8 @@ $ git status -sb
$ 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.