Git workflow without a server

Depends on what you mean by “server”. Git will work happily without a central server, although many teams find it convenient to have a central repository. If by “server”, you mean “install server software”, git will also work (central repository or not) without any special software, through ssh or on the file system. See this …

Read more

git + LaTeX workflow

Changes to your LaTeX workflow: The first step in efficiently managing a Git+LaTeX workflow is to make a few changes to your LaTeX habits. For starters, write each sentence on a separate line. Git was written to version control source code, where each line is distinct and has a specific purpose. When you write documents …

Read more