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

@ -219,4 +219,4 @@ echo "Recommended next steps:"
echo " go mod tidy # sync go.sum after path change" echo " go mod tidy # sync go.sum after path change"
echo " make build # verify it compiles" echo " make build # verify it compiles"
echo " make test # verify tests pass" echo " make test # verify tests pass"
echo " git push -u origin main --force-with-lease" echo " git push -u origin main --force # publish new repo"