Course Created by: Reshama Shaikh | @reshamas
This is a fork of Reshama's workshop by Sam Bail @spbail with some modifications.
This workshop covers Git CLI (command line interface, not Git GUI).
Part 1: Software Installations (Required)
Part 2: SSH Keys (Optional)
Part 3: Setup (Required)
- Introduction to Git & GitHub
- Intro to version control and git
- Intro to GitHub
- Settings
- Navigating GitHub
- Individual repositories
- learn to create a repo on GitHub and update via Git
- clone a repository (copy from GitHub browser to local machine using Git)
- make and sync changes between a local and remote repo
- create a branch and work from it
- (Optional) undo Git changes
- Collaborating
- clone an organization's repo
- make changes and submit a pull request