Note
This repository is designed to be used in conjunction with the in-person workshop. It may not be as useful otherwise.
Git Good is CS++'s annual Git workshop.
- Attendees will successfully configure Git and GitHub for pushing to GitHub remote repositories
- Attendees will learn the basic git commands
clone
,init
,add
,commit
,push
,pull
, etc. - Attendees will learn the difference between local, remote and upstream repositories
- Attendees will make their first issue, and pull request to a repo they do not own
- Attendees will resolve their first merge conflict