From 55fc2ed08fbf32dc909294038d62beeebd353c7d Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 8 Jan 2020 15:23:09 +0100 Subject: [PATCH] Clean git configuration git ten was useless and the username/email settings are better off in the local configuration --- gitconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gitconfig b/gitconfig index 62bc848..39dd191 100644 --- a/gitconfig +++ b/gitconfig @@ -13,9 +13,5 @@ default = matching [alias] adog = log --all --decorate --oneline --graph - ten = log --all --decorate --oneline --graph -10 [commit] gpgSign = true -[user] - name = DarkWiiPlayer - email = darkwiiplayer@hotmail.com