diff --git a/README.md b/README.md index 43e1acc..3abfc73 100644 --- a/README.md +++ b/README.md @@ -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.