Versions Compared

Key

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

...

You should also do a bit of post-import cleanup. For one thing, you should clean up the weird references that git svn set up. First you’ll move the tags so they’re actual tags rather than strange remote branches, and then you’ll move the rest of the branches so they’re local.


Note
titleproper shell

The next commands require bash shell.
If you using tcsh or other instead of bash, just type in the console:

Code Block
$ bash


To move the tags to be proper Git tags, run:

...