I'm just starting to use git and github and I need some advice. I want to create the fork of the git public repository (qemu-kvm in case you are interested). I plan to have a public version of the fork for github and a version for our team.
I'm sure there are many ways to fix this, but git confuses me. What I'm going to do is ...
Create a qemu-kvm repo clone on my development machine in a dedicated official branch. Allow the team to clone this repo and commit the changes to the main branch. When the main branch is stable, I would merge the code into the github branch and use it to update the code on github.
Periodically, I get changes in the official branch and merge them with my github branch as needed.
Does this sound reasonable or is there a better way to do this? Thanks Steve
git github
Steve walsh
source share