LEO'S LEARNING JOURNAL

at Code Fellows 102 class session


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

Day 03 “Revisions and the Cloud”

VERSION CONTROL SYSTEM AND GIT

Version Control is a system that allows you to revisit various versions of a file or set of files by recording changes.

Git is a DVCS that stores data in a file system made up of snapshots. Each time you save a changed version of your project — called commit — Git creates a snapshot of the file and stores a reference to it.

HOW TO SET UP YOUR PROJECT THROUGH GIT

There are three ways to get more information on a particular command, by accessing the manual:

Go back to page 1