From a0c11eb1af91de1ef00bd85c09253af16b851041 Mon Sep 17 00:00:00 2001 From: Alex Warhawk Date: Sun, 13 Apr 2014 15:44:44 +0200 Subject: [PATCH] add styled git log --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.