rename.sh git push --force to publish repo
This commit is contained in:
parent
8e7100a427
commit
456fa36854
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user