Closed edkerk closed 3 years ago
To rename your local branches and connect them to the renamed main
and develop
branches, run the following code in your local git repository:
git branch -m master main
git branch -m devel develop
git fetch origin
git branch -u origin/main main
git branch -u origin/develop develop
git remote set-head origin -a
Description of the issue:
master
branch can now be renamed tomain
, which is the new default branch name in GitHub. This will also be applied to standard-GEM.standard-GEM
also specifies that the development branch should be nameddevelop
.Expected feature/value/output:
main
anddevelop
branchesCurrent feature/value/output:
master
anddevel
branchesTo do:
yeast-GEM
version?