geoscixyz / geosci-labs

collection of notebook-apps for concepts in applied geophysics
https://geosci.xyz
MIT License
50 stars 35 forks source link

rename "master" to "main" #36

Open lheagy opened 3 years ago

lheagy commented 3 years ago

Similar to simpeg/simpeg#980, we will update the name of our main branch to "main" in our geosci repos

to get these changes locally, you will need to run

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
lheagy commented 3 years ago

👋 @yangdikun, I will let you update the

if you like. It is quite straightforward: https://github.com/github/renaming Feel free to ping if you have any questions!