A simple project to walk through the git commit flow with student-learners!
Participation Steps:
Let's add all the people we know as a list in alphabetical order!
fork my project git clone https://github.com/camunity/gitABCs.git and submit a PR with your name and a link to your Github!
If you want to keep track of updates follow these steps:
Add a reference to our main branch: git remote add upstream https://github.com/camunity/gitABCs.git
To fetch changes to the main branch then: git fetch upstream
Make sure you're on origin/master for your branch: git checkout master
Add changes: git merge upstream master
- A for Alejandro
- C Carolina, Cam
- D for Darnell
- E for Eric
- J for JOOOOOANNNNNE
- K for Kevin