rename.sh git push --force to publish repo

This commit is contained in:
djmil 2026-04-07 20:43:04 +00:00
parent 8e7100a427
commit 456fa36854

View File

@ -216,7 +216,7 @@ heading "Done"
echo "Module is now: ${BOLD}${NEW_MODULE}${RESET}"
echo
echo "Recommended next steps:"
echo " go mod tidy # sync go.sum after path change"
echo " make build # verify it compiles"
echo " make test # verify tests pass"
echo " git push -u origin main --force-with-lease"
echo " go mod tidy # sync go.sum after path change"
echo " make build # verify it compiles"
echo " make test # verify tests pass"
echo " git push -u origin main --force # publish new repo"