A simple project to walk through the git commit flow with student-learners!
Let's learn our Git/Github ABC's by adding ourselves to this awesome list in alphabetical order by making pull requests!
Fork this project and submit a PR with your commits to the README including 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