From 17b543e4060741687c113538431fdecee798af04 Mon Sep 17 00:00:00 2001 From: Bastian Date: Thu, 9 Jan 2020 12:53:06 +0100 Subject: [PATCH] Added graph log command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dec225f..183bb28 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,7 @@ Delete remote branch git push --delete git remote prune ``` +Check the log in graph form +```shell +git log --graph --oneline +```