|
|
@ -36,8 +36,8 @@ function install_mise { |
|
|
function pull_repo { |
|
|
function pull_repo { |
|
|
if [[ ! -d .git ]]; then |
|
|
if [[ ! -d .git ]]; then |
|
|
git config --global init.defaultBranch $REPO_BRANCH |
|
|
git config --global init.defaultBranch $REPO_BRANCH |
|
|
git config pull.rebase true |
|
|
|
|
|
git init |
|
|
git init |
|
|
|
|
|
git config pull.rebase true |
|
|
git remote add origin $REPO_URL |
|
|
git remote add origin $REPO_URL |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|