Version control

Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.

There is no reason to keep any code, software, script, LaTeX file, or website anywhere other than in a version control repository.

There are several version control systems in common use:

but, in reality, git has pretty much won the argument.

What is Git

Git is a distributed VCS.

» Demo this repo (command line)

» Demo this repo (GitKraken)


« back