I have an Android app that can be downloaded from the Google market and Amazon market, and I want to have differences in my Amazon version from the main Google version.
My current setup is a develop branch that I merge into my release(master) branch. How would I branch/fork/whatever my code to have an amazon release section where there’s only going to be a few differences?
Sorry if that didn’t make any sense, and thanks for the help, in advance! (:
Why not just manage your own branch in the same repository? What sort of differences are you talking about?
You could also look at sumdge/clean scripts to change only small aspects of config. See git attributes: http://progit.org/book/ch7-2.html