Skip to content
forked from camunity/gitABCs

A simple project to walk through the git commit flow with student-learners!

Notifications You must be signed in to change notification settings

kevina101/gitABCs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

gitABCs

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

About

A simple project to walk through the git commit flow with student-learners!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published