'GIT separating 1 project into the 2
I am working in some project for mobile devices. Soon it will be separated into the two projects with the same code but another one will be for AndroidTV.
So how we should build git logic, when I am working with mobile project and the other programmer working with my code, but adapting it for AndroidTV?
My ideas:
We need to have two different branches in repository. One for mobile and one for AndroidTV. So before the other programmer will be comitting and pushing his changes to his branch, first he must make "Pull" from my branch and then Commit and Push to AndroidTV branch.
Am I right? If no, please upgrade my ideas.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|