From e397e3a664739eec04e471c01aecaae620612eb9 Mon Sep 17 00:00:00 2001 From: Alex Warhawk Date: Sun, 13 Apr 2014 16:18:10 +0200 Subject: [PATCH] add image to styled git log --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3abfc73..d188259 100644 --- a/README.md +++ b/README.md @@ -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.