What would be the best way to use one git repository to push changes to 2 different websites that share 90% of the same files & code, apart from the logo, a preprocessed CSS file, and configuration files.
I'm not entirely sure how git sibmodules work exactly but from what I've read, does each submodule live in its own directory? Would I have to do that for each directory I have from root?