Let’s say I have a repo with my Eleventy site that has a few different folders with my markdown files for each post. A pretty typical Eleventy setup. If I am writing posts but also making tweaks to my HTML/CSS for some different design ideas in a different fork, what is it the best way to make sure the same markdown posts are staying in sync across every fork? I know this is probably some git magic I am not entirely experienced with, so I am curious to hear how other people might approach this problem.
Thanks!
-scott