Remote repos process
(multiple committers)
Public RepoLocated onServer (Github)Private RepoLocated on your local machine
1) git pushMake file changesStage Changes
Commit Changes
git add filename
git commit -m ‘…’
vi filename
Bob’s Private RepoLocated on Bob’s localmachine
2) git pull
Leave a Comment