I maintain different git repos for each platform I support. If I discover a bug on one platform, the fix has to be replicated to all the other platforms. This seems error prone.
Is there a known good approach in dealing with this type of problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a shared repo for the shared code. Then you can use git submodules. Otherwhise, the git remote feature might be good for you