Distributed version control system for tracking code changes
Distributed revision control system
git
$ git init
$ git clone https://github.com/user/repo.git
$ git commit -m 'Add new feature'