
Step 1: init: local machine working folder file dot p h p
Step 2: add: staging area (index)
Step 3: commit: master branch head (new) local repository
Step 4: push: remote repository
Step 5: status diff log remote
Step 6: branch head (previous) previous commits
Step 7: checkout: head previous to working folder
Step 8: merge: previous commits to working folder
Step 9: pull from remote repository to working folder;
clone (once) forked remote repositories;
fetch from remote repository to local repository.
Back