Pro Git
- vcs - version control system;
- As with many great things in life, Git began with a bit of creative destruction and fiery controversy.; fucking yes
- stages:
- modified - you have changed the file but have not committed it to your database yet
- staged - you have marked a modified file in its current version to go into your next commit snapshot
- committed - the data is safely stored in your local database