zephyr-data-specs/GMNS

Rename branches to updated general defaults used.

e-lo opened this issue · 4 comments

e-lo commented

As a contributor, I'd like to expect consistent naming in my branches across repositories. Current general defaults across github are:

  • main (previously master)
  • develop

See: https://github.com/github/renaming

e-lo commented

cc: @joecastiglione on if community would like me to implement.

Other users, notably AequilibraE, are using the current directory structure in some examples. I am fine with this change, but would like to save it for the next release, with advance notification to the user community.

Excellent suggestion

Renamed the development branch to develop. Git code for your local environments:

git branch -m development develop
git fetch origin
git branch -u origin/develop develop
git remote set-head origin -a