message no. 183167
Posted by kegster in #github at 2020-07-14T13:21:13Z
I have a base branch, with two "instance" branches (1 branch per "brand") branched off. I would like to be able to make changes to "Base" that apply to both "instance" branches. I also want to be able to make changes to the "instance" branches that apply to just those. Is this the proper way to do it? I feel like forking is better, but I can't fork into the same account.