From 928370749ff1dfe69df867ff7da1015272e170bf Mon Sep 17 00:00:00 2001 From: Shun Git Date: Sat, 20 Feb 2021 13:49:23 +0800 Subject: [PATCH] [gitconfig] prune on fetch --- gitconfig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gitconfig b/gitconfig index 68b5e4b..d205eb8 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,11 @@ [user] - name = Shun Git - email = kwokshungit@gmail.com + name = Shun Git + email = kwokshungit@gmail.com [github] - user = randname + user = randname [alias] undo = reset --soft HEAD~1 [core] excludesfile = ~/.gitignore +[fetch] + prune = true