diff --git a/git-hangman-lab/scripts/repo b/git-hangman-lab/scripts/repo index 9fbd63b..b7e842a 100755 --- a/git-hangman-lab/scripts/repo +++ b/git-hangman-lab/scripts/repo @@ -338,6 +338,8 @@ do_get_latest() { git -C "$REPO_DIR" checkout -- . 2>/dev/null || true fi + do_config --repo-path "$REPO_DIR" + echo "Fetching: $REPO_NAME ($BRANCH)" git -C "$REPO_DIR" fetch origin "$BRANCH" 2>/dev/null || true git -C "$REPO_DIR" checkout "$BRANCH" 2>/dev/null || git -C "$REPO_DIR" checkout -b "$BRANCH" "origin/$BRANCH" 2>/dev/null || true