How To Rebase Forked Repo?

How To Rebase Forked Repo? Add the upstream remote like this: git remote add upstream https://github.com/django/django.git. … Download master branch from upstream: … Overwrite your master with upstream’s master via git rebase : … Push to master, please note –force here: How do I rebase a forked repo in GitHub? Step 1: Add the remote