From ee5083509d44443eb6d76a70c207b1a287ed8be2 Mon Sep 17 00:00:00 2001 From: Shun Git Date: Wed, 17 May 2023 08:03:04 +0800 Subject: [PATCH] use tabs for gitconfig --- gitconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gitconfig b/gitconfig index f757ce0..d0cd9ba 100644 --- a/gitconfig +++ b/gitconfig @@ -1,14 +1,14 @@ [user] - name = Shun Git - email = kwokshungit@gmail.com - signingkey = 2A8E70EDA1631F2B + name = Shun Git + email = kwokshungit@gmail.com + signingkey = 2A8E70EDA1631F2B [github] - user = randname + user = randname [alias] - undo = reset --soft HEAD~1 + undo = reset --soft HEAD~1 [core] - excludesfile = ~/.gitignore + excludesfile = ~/.gitignore [fetch] - prune = true + prune = true [pull] rebase = true