25.6 A basic workflow - pull, commit, and push
- There are many tools that
git
and GitHub provides.- Just check out the Pro Git book.
- Let’s look at a basic, common workflow: tracking and documenting changes to our project.
pull
,commit
, andpush
git
and GitHub provides.
pull
, commit
, and push