Git

Applies to: general

Git is a distributed version control system. It stores snapshots of a project and lets branches evolve independently.

git add .
git commit -m "Add lesson"

See also: version-control, commit, branch