sync main branch also

This commit is contained in:
Nemo 2021-01-19 14:57:20 +05:30
parent c14dcc4d25
commit 4d2cbb1edc
1 changed files with 2 additions and 0 deletions

View File

@ -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