This page serves as the information presented for the UofA IEEE Git workshop.
Follow along and I hope you learn something!
This is a guide that's meant to be followed along. There are a lot of codes blocks here, and any line that starts with $
is something that you are meant to execute.
$ This is a command to run in your terminal
# This is a comment
- Intro to Git - Intro to Git
- Setting up SSH keys - Creating and Enrolling SSH keys
- Creating Our First Repo - Creating a git repo
- Pulling Remote Changes - Syncing Remote to Local
- Git Branches - Learning about branches
- Create a PR through Github - Creating a Pull Request through Github
- Gitignore - Learning about gitignore