Update git push command advised in final step

This commit is contained in:
Joey Hafner 2024-07-15 15:52:01 -07:00
parent 70921c7b96
commit 40c420d616
No known key found for this signature in database

View File

@ -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 <ssh URL of repo> #"
echo "# 5. Push the code to the Git server with: #"
echo "# git remote add origin <ssh URL of repo> #"
echo "# git push --set-upstream origin main #"
echo "# #"
echo "############################################################"
}