Versions Compared

Key

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

...

Note

After finishing this section, "hanging" branches may appear (not connected to the main line of code history).
They can be "plugged into" using the git rebase command.


You can easily browse the new repository using gitk command:

Code Block
$ gitk --all

Image Added

Send changes to new Git repository

...