From 6e354dbde8e7da859e5e7565e94a9c9299eae366 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 24 May 2021 11:30:17 +0700 Subject: [PATCH] docs: sort git.sh --- Scripts/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/git.sh b/Scripts/git.sh index 2d64032..279c4a1 100755 --- a/Scripts/git.sh +++ b/Scripts/git.sh @@ -14,5 +14,5 @@ git config --global alias.sw switch # Misc git config --global pull.rebase true -git config --global init.defaultBranch main git config --global fetch.prune true +git config --global init.defaultBranch main