GenomicsStandardsConsortium / gensc.github.io

Public repository for the GSC web site.
http://www.gensc.org/
Creative Commons Zero v1.0 Universal
4 stars 5 forks source link

Moving default from 'master' to 'main' #45

Closed lschriml closed 3 years ago

lschriml commented 3 years ago

For each of the GSC GitHub repositories, to change from master to main as the

Steps: (1) in your local repository, while on the master branch

git branch -m master main git push -u origin main

(2) Update Repo

in GitHub: Navigate to your repository > Settings > Branches

If you want to remove the 'master' Navigate to Code > Branches and delete master

https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf

only1chunts commented 3 years ago

done- default branch is now named main instead of master