Following https://github.com/github/renaming, I've renamed the default branch on el-patch from master to main. You can update your local copy following these instructions:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Let me know if this change causes any disruption and I can see what I can do to mitigate!
Following https://github.com/github/renaming, I've renamed the default branch on
el-patchfrommastertomain. You can update your local copy following these instructions:Let me know if this change causes any disruption and I can see what I can do to mitigate!