I'm using git to store my project files including the tex files. Now I'm thinking about starting to write up a first draft.
What's a good project structure for combining latex and the git technology?
For example, if I will have different versions of the draft (say, the first version sent out for conference XYZ, and then newer versions), should I create a folder structure for these? Or should I use git's branching feature? Or something different?
On top of that, should I keep something specific in mind when creating the file structure? Keeping in mind the git versioning, is it more useful to have a file for the head, and files for main parts of the draft? How many of the old "style guides" for tex structures are still valid when using git as a versioning system?
TeXspecific, but the technique holds for any software or electronic document writing, basically – Feb 03 '16 at 15:11gitinfopackage manual. – percusse Feb 03 '16 at 15:29