reading-notes

Coding Course Notes


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

Lesson #3

GIT: Means sharing code and collaboration, DVCS for the masses, Allows multiple developers to work on the same code VCS: GIT is a Version Control System Shows a history of changes to your files Keeos all your project files in one repository

GitHub: Not GIT A way to share code with others An online place to store your code Manage your team’s work, version tracking, reviewing changes

What is a repository?

Updating from Local To Remote

Updating For A Whole Team