From 9952c71b73a34974e061f806b9a12c9a702c1814 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 19 Jun 2015 09:48:03 +0200 Subject: git: fixed tab and added the `vader` alias --- gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index cf4ae0d..e5ebf14 100644 --- a/gitconfig +++ b/gitconfig @@ -8,12 +8,13 @@ whitespace = trailing-space,space-before-tab [help] - autocorrect = 1 + autocorrect = 1 [alias] a = commit -a down = pull --rebase --stat fork = !git fetch upstream && git merge upstream/$1 + vader = push --force [push] default = matching -- cgit v1.2.3