From 941ffd0760faeb0ee7c10ab7aef36347fe095303 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 30 Jun 2016 01:19:37 +0100 Subject: [PATCH] View the diff when writing the commit message --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index fcbb3ca..4fd795a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -95,6 +95,9 @@ [color] ui = true +[commit] + verbose = true + [core] # A global .gitignore file. excludesFile = ~/.gitignore-global