From 0d7b1c3c9a40fb21ef7ff001b7dc8fcba04af766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Sun, 5 Feb 2017 14:40:43 +0100 Subject: [PATCH] Move tool configurations to gitlocal --- .gitconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitconfig b/.gitconfig index eeb2ba5..20a3337 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,9 +32,3 @@ discard = checkout -- uncommit = reset --mixed HEAD~ amend = commit --amend -[core] - editor = vim -[diff] - tool = meld -[merge] - tool = meld