Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First, you need to have remotes set up in your working copy for both the ASF maintained repo and the GitHub mirror. You can view your remotes with

Code Block
themeDJangoEmacs
git remote -v

If you don't already have both remotes set up, you can add them with

...