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
(previouslymaster
)develop
e-lo commented
cc: @joecastiglione on if community would like me to implement.
ssmith55 commented
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
Excellent suggestion
ssmith55 commented
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