dipc-cc / hubbard

Python tools for mean-field Hubbard models
https://dipc-cc.github.io/hubbard/
GNU Lesser General Public License v3.0
21 stars 8 forks source link

Change master branch name to main #108

Closed tfrederiksen closed 2 years ago

tfrederiksen commented 2 years ago

Following https://github.com/zerothi/sisl/issues/391 I think we should also rename master to main. See instructions at https://github.com/github/renaming.

sofiasanz commented 2 years ago

Done!

sofiasanz commented 2 years ago

To change the local clone, you can update it by running the following commands:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a