diff --git a/.githooks/init-repo.sh b/.githooks/init-repo.sh index 2f3ff1c9..5f24278f 100755 --- a/.githooks/init-repo.sh +++ b/.githooks/init-repo.sh @@ -19,6 +19,7 @@ if [ -z "$CI" ]; then git config --local core.precomposeUnicode true git config --local fetch.prune true git config --local pull.rebase true + git config --local push.autoSetupRemote true git config --local push.followTags true git config --local rebase.autoStash true git config --local remote.origin.prune true