Versions Compared

Key

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

...

From the Git Repository tab select the local repository location that you will be doing the fetch into and the remote repository that you will be doing the fetch from.

Image RemovedImage Added

The Refspec option on the Fetch Options tab allows you to override the default behaviour of the fetch operation which will fetch all references under refs/heads/ on the remote repository and write them to refs/remotes/origin/ within the local repository. This option allows you to specify the source and destination references in the following way: <source ref>:<destination ref>. For more information about using the refspec option when fetching in git see .

Image RemovedImage Added

The Fetch Options tab to select the options that you want to execute:

...