Working with remote repository
-
fork repository (service of the host)
-
git clone
-
git push
-
git pull (fetch and merge or fetch and rebase)
-
Send Pull-Request (service of the host)
-
git remote add upstream ..
-
git pull upstream master
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
fork repository (service of the host)
git clone
git push
git pull (fetch and merge or fetch and rebase)
Send Pull-Request (service of the host)
git remote add upstream ..
git pull upstream master