Versions Compared

Key

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

...

If you already have remotes setup, but have different names, you'll need to change the names used in the commands on this page accordingly. If you would like to rename any existing remotes, use the following command:

Code Block
git remote rename <current name> <new name>

Working Copy

Next, set your working copy to be on the desired branch and ensure it is up to date.

...