zephyr-data-specs / GMNS

General Modeling Network Specification
https://zephyr-data-specs.github.io/GMNS/
104 stars 15 forks source link

Rename branches to updated general defaults used. #62

Closed e-lo closed 6 months ago

e-lo commented 1 year ago

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

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

e-lo commented 1 year ago

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

ssmith55 commented 1 year ago

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.

pedrocamargo commented 7 months ago

Excellent suggestion

ssmith55 commented 7 months ago

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