From 8b33e083e606b888f13d5ff71fe6fa1130abb70c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 4 Jun 2013 17:11:51 +0200 Subject: [PATCH] Updated Git aliases. --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 31bca9d0..fab48861 100644 --- a/.gitconfig +++ b/.gitconfig @@ -5,7 +5,7 @@ [color] ui = true [alias] - b = branch -va + b = branch -vva c = commit -a co = checkout d = diff --cached