Agenda
- What is Version Control?
- What is Github?
- How to Start
- Basic Use Cases
- References
- Questions
What is Version Control?
- A way for a group to collaborate on a single project.
GitHub is..
- The preferred VCS for developers
- Allows for version tracking
- Allows for team coordination
- Allows progression tracking
Create an account
Create a Repo
- A repository is like a folder containing a project
Download the Repo and Start Developing!
Navigating in the Command Line
Creating a Repo
Cloning a Repo
Adding to a Repo
Adds & Commits
Branches
Tags
Logs