- This is the basic workflow:
clone
(you only do this once at the beginning): You copy all the project files from the Github repository onto your computer- DO WORK: Make your changes (add files, modify stuff, etc.) to the project
pull
: Before you contribute your changes, you must grab any changes others have madeadd
: Stage your modified files to your list of changescommit
: Add a message about the changes you madepush
: Send all your changes back to the main repository for everyone to see- Go back to #2 and start over the cycle