Should Git be used for documentation and project management? Should the code be in a separate repository?
- by EmpireJones
I'm starting up a Git repository for a group project. Does it make sense to store documents in the same Git repository as code - it seems like this conflicts with the nature of the git revision flow.
Here is a summary of my question(s):
Is the Git revisioning style going to be confusing if both code and documents are checked into the same repository? Experiences with this?
Is Git a good fit for documentation revision control?
I am NOT asking if a Revision Control System in general should or shouldn't be used for documentation - it should.
Thanks for the feedback so far!