Skip to content

Instantly share code, notes, and snippets.

@Mandalorian007
Mandalorian007 / github-basics.txt
Last active June 9, 2018 11:51
Basic instructions for using git and github
Concept Summaries
Verson Control - Is a change tracking system that let's us roll our code backwards in time to revert any change.
Centralized - A single master copy of the files and individuals will "lock" certain files while they are working on them
Distributed - Every computer gets a copy and when they come back to the main repository they need to sync up
Git - Is a distributed version control system. That focuses around the changes in code
GitHub - A massive website that holds a bunch of server side git repositories. Github makes it easy to share and colaborate on code