From 84998abd74108df0bd85b4f57d89445fd7d6a4e2 Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sun, 13 Apr 2014 15:28:04 +0100 Subject: [PATCH] Add helper link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a8cab8..00f33ab 100644 --- a/README.md +++ b/README.md @@ -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.