Relative Content

Tag Archive for gitgit-merge

How can I fix some files through git branches?

I’m working on an application distributed with few brands. The differences between these brands is just logo images and some styles resource but all other contents are identical.
All brand versions are stored in different branches of a git repository.

Multiple branches and squash merge

Okay, so there are many questions on this site about repeatedly doing squash merges from a development branch to main. I want to ask a related question: