Should Git be used for documentation and project management? Should the code be in a separate repository?

Posted by EmpireJones on Programmers See other posts from Programmers or by EmpireJones
Published on 2011-06-17T06:36:51Z Indexed on 2012/09/08 3:48 UTC
Read the original article Hit count: 309

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!

© Programmers or respective owner

Related posts about git

Related posts about version-control