A training presentation for UDOT on using Git and GitHub
This repository contains a quarto presentation that I gave to UDOT in Fall of 2014. The presentation teaches why we use git, and then leads into a hands-on training on how to
- clone a repository
- create a branch
- make a commit
- push to a branch
- create a pull request
We use the command line for items 1, 2, 3, and 4. We then switch to GitHub Desktop to repeat steps 3 and 4 before doing step 5.