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 "############################################################" }