1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-11 18:34:00 +02:00

Add helper link

This commit is contained in:
Tim Green
2014-04-13 15:28:04 +01:00
parent ba13899765
commit 84998abd74

View File

@@ -281,6 +281,8 @@ $ git log --all --graph --decorate --oneline --abbrev-commit
![git log --all --graph --decorate --oneline --abbrev-commit](http://i.imgur.com/RUPycwI.png)
NOTE: This can be added into an Alias (shorter command) using the instructions [here](https://github.com/tiimgreen/github-cheat-sheet#aliases)
## Git Query
A git query allows you to search all your previous commit messages and finds the most recent one matching the query.