From 4d2cbb1edc2af0ab68d9916a0f9a0b5f38963d1a Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 19 Jan 2021 14:57:20 +0530 Subject: [PATCH] sync main branch also --- syncrepos | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syncrepos b/syncrepos index 6401f79..d7f8f40 100755 --- a/syncrepos +++ b/syncrepos @@ -9,6 +9,8 @@ function sync_repo() { pushd $1 git config --bool branch.master.sync true git config --bool branch.master.syncNewFiles true + git config --bool branch.main.sync true + git config --bool branch.main.syncNewFiles true git-sync popd fi