GitHub - Patch67/OpenCMIS3 GitHub Wiki
Git Hub
OK So the main working system is called Master. When I am working on something new I should make a branch. I should then make sure that my home computer is set to this branch. Using GitHub Desktop. Also make sure that PyCharm has the right stuff.
Develop and test then use PyCharm to Commit and Push.
This updates the local git branch.
Then create a pull request so that this new development can be merged into the master branch.
I can do the same from work.
Branch ... Develop ... Pull request ... Merge ...