A quick guideline for git
Facts
gitis a CLI tool that is widely used among programmers to manage versions of their source codes and help working in a team seamless. However, it literally works with anything mainly sourcecode-based including LaTeX.- You can use
giteven when you work alone.