I use git for writing. It’s fantastic. You can use branches to try different ideas and approaches and merge it into your main branch once you’re sure of the direction you want to go.
I take the approach of doing content first and styling second. For content I don’t need anything more sophisticated than a plain text editor. I like it because it removes decisions that I really don’t need to be making at that point.
I use git for writing. It’s fantastic. You can use branches to try different ideas and approaches and merge it into your main branch once you’re sure of the direction you want to go.