Versions Compared

Key

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

...

In the Local repository field of the Checkout tab, enter the path to a local Git working folder for the local repository that you want to checkout to. 

Image RemovedImage Added

You can then either:

...

The Checkout Options tab allows you to specify some options to pass to the Git Checkout command line.

Image RemovedImage Added


Create new branch - Select -b to create a new branch and checkout out to that branch. Select -B to do the same but also reset to any existing the branch., Alternatively you can use the --orphan option create an orphaned branch based on Start Point and switch to it.

...

The Checkout Settings tab allows you to specify some additional settings to pass to the Git Checkout command line.

Image RemovedImage Added


Guess - Ifbranch is not found but a tracking branch exists with a matching name, use that branch;

...