Here is a quick primer on how to update your branches to track the new django/django
git repository. The commands that follow assume that you have your own fork of django/django-old
, and that you have this cloned locally, as the origin
remote.
Following these steps shouldn't break anything. So long as all your changes are committed and pushed to your fork of django-old
already, nothing will affect them. If you are concerned, you can run them in a fresh clone of your fork.
First, add all of the new commits from the new Django repository.
$ git remote add django-new https://github.com/django/django