Versions Compared

Key

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

...

The Rebase operation allows integrating upstream changes into your local repository. It is the action of forward-porting local commits to the updated upstream head. Rebase literally rewrites the commit history and is used for maintaining a linear project history. The Rebase operation is performed using right click context menus on a mount within the Files Browser as explained here.

Git Rebase

Branches

The Branches node displays all of the Branches. Right clicking on the Branches node offers the "Create Branch" context menu. Clicking on a Branch displays its Commit History in the History pane.

...