Hi All,
For those that contribute to and/or have forks of publish-over-ssh publish-over publish-over-ftp publish-over-cifs repos, I will be renaming the default branch from ‘master’ to ‘main’.
Will do so in the next few days.
PRs and Issues etc will follow the renaming
This has now been done.
To update your local checkout:
git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a