Reading-Notes

My journal for Code Fellows


Project maintained by RogerMReyes Hosted on GitHub Pages — Theme by mattgraham

Git Tutorial

Version Control

Local Version Control

A local database on your hard drive

Centralized Version Control

A single server storing all changes and file versions
This allows for programmers to streamline collaboration
gives access to everyone’s files in one spot and gives admins more control

Distributed Version Control

To prevent having a single point of failure ie. the server
DVCS allows mirrored repositories that act as backups
Used to backup lost information

Git

Return to Code 102 Table of Contents