• JackbyDev@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    git push -u origin master and you’re done. Then in the GitHub repo change the “default branch” to master.

    Or, git branch -m main to rename locally.