Last Updated: February 25, 2016
·
367
· jr0cket

Why is DVCS great - Local commits

With a distributed version control system (DVCS) you can create a local repository by simply using the command git init in your project folder.

You can then check the status of your code changes against that added and committed to your local repository.

Read more...