From 896c47d0f81d316a4a591138f4d3866c43145ac1 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 8 Jan 2014 15:28:57 +0100 Subject: [PATCH] Always use verbose commit. Signed-off-by: Jacob Kiers --- tilde/gitconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tilde/gitconfig b/tilde/gitconfig index bfc3656..7040cde 100644 --- a/tilde/gitconfig +++ b/tilde/gitconfig @@ -18,10 +18,10 @@ a = add ua = reset HEAD b = branch - c = commit - ca = commit -a - cm = commit -m - cam = commit -am + c = commit --verbose + ca = commit -a --verbose + cm = commit -m --verbose + cam = commit -am --verbose co = checkout d = diff --color-words s = status -sb