From 40c420d616cc5cc3647ba265662a4e385b0ce0b1 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 15 Jul 2024 15:52:01 -0700 Subject: [PATCH] Update git push command advised in final step --- Monorepo TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monorepo TODO.md b/Monorepo TODO.md index c67a3bf4..9bdaf7c5 100644 --- a/Monorepo TODO.md +++ b/Monorepo TODO.md @@ -239,7 +239,7 @@ That's obviously a lot of steps to handle each repo manually, so let's script it echo "# 4. Add the remote repo as origin with: #" echo "# git remote add origin #" echo "# 5. Push the code to the Git server with: #" - echo "# git remote add origin #" + echo "# git push --set-upstream origin main #" echo "# #" echo "############################################################" }