GitHub PR: Push & pull from contributor upstream
# git push [email protected]:<username>/<repository>.git <upstream-branch>:<local-branch>
git push [email protected]:EstebanBorai/repository-name.git fix-documentation:fix-typo-in-documentation# git fetch <remote name> pull/<pr number>/head:<pr branch name>
git fetch upstream pull/1/head:fix-documentation