This should make it possible to work on develop after #22 without inducing a huge merge conflict. A new developer should be able to
Fork the repository
Clone from their main branch
Locally make a develop branch (git branch develop)
Get upstream changes from develop (git remote add upstream https://github.com/Willcox-Research-Group/rom-operator-inference-Python3 and git pull upstream develop)
This should make it possible to work on
develop
after #22 without inducing a huge merge conflict. A new developer should be able tomain
branchdevelop
branch (git branch develop
)develop
(git remote add upstream https://github.com/Willcox-Research-Group/rom-operator-inference-Python3
andgit pull upstream develop
)