We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353f926 commit 162741aCopy full SHA for 162741a
monorepo-migration/migrate.sh
@@ -65,7 +65,8 @@ echo "Starting migration using git read-tree with isolated clones..."
65
# 0. Create working directory
66
mkdir -p "$WORKING_DIR"
67
68
-MIGRATION_HEAD_BRANCH="add-migration-script"
+MIGRATION_HEAD_BRANCH="${MIGRATION_HEAD_BRANCH:-main}"
69
+echo "Basing migration branch on: ${MIGRATION_HEAD_BRANCH}"
70
71
# 1. Clone the source repository
72
if [ ! -d "$SOURCE_DIR" ]; then
0 commit comments