reading-notes

Class 3 Notes - revisions and the cloud

Git Intro

Source: https://blog.udemy.com/git-tutorial-a-comprehensive-guide/

Version Control

Version control allows you to revisit various versions of a file or set of files by recording changes made. You can revert a file, track modifications and the people who did the modifying, and compare changes through version control. Mistakes can be easily fixed through a Version Control System (VCS).

History of Git

Git comes from the open source software project Linux kernel. Linus Torvalds began creating Git after Linux kernel developers stopped using a DVCS called BitKeeper in 2005. The goal was to achieve non-linear development via multiple branches, that could support large projects, had strong anti-corruption mechanisms, and simple design.

Getting Started

Mac OS X

Windows

Linux

Setting up a Git Repository

Workflow

Remote Repositories

Collaboration on Git projects requires remote repositories - versions of a project residing online or on a network.


Things I Want To Know More About

Nothing at this time.

URL: https://s-glass.github.io/reading-notes/102/class3notes