PRs
git fetch <FORKED_REPO_URL> <REMOTE_BRANCH_NAME>:<LOCAL_BRANCH_NAME>
git checkout <LOCAL_BRANCH_NAME>git fetch https://github.com/mbonenberger/ethereum-settlers-ui.git marc:marc
git checkout marcgit push <FORKED_REPO_URL> <LOCAL_BRANCH_NAME>git push https://github.com/mbonenberger/ethereum-settlers-ui.git marcLast updated