Working With TortoiseGit Client

Applies to TestComplete 15.63, last modified on April 23, 2024

This topic describes integration of TestComplete and a TortoiseGit client. Integration with a TortoiseGit client gives you more abilities to work with Git from TestComplete IDE

What Is TortoiseGit?

TortoiseGit is an open source GUI client for Git. TortoiseGit significantly facilitates and simplifies your interaction with Git. It operates as a standalone application and as a Microsoft Windows shell extension. The latter adds a number of Git-related commands to the context menu of the Windows shell. Besides, TortoiseGit dialogs can be invoked by third party applications, for example by TestComplete.

You can download TortoiseGit for free from here:

code.google.com/p/tortoisegit/wiki/Download?tm=2

Enabling Integration of TestComplete and TortoiseGit

To enable integration with TortoiseGit:

  1. Start TestComplete.
  2. Select Tools > Options > Source Control from the main menu to open the Source Control Options dialog.
  3. Make sure that Git Plugin is set as the value of the Current source control plugin setting.
  4. Enable the Use TortoiseGit client option.
  5. Click OK to close the Source Control Options dialog.

Working With TortoiseGit From TestComplete

Once the TortoiseGit integration is enabled, new commands appear in the Source Control submenu of the Project Explorer context menu, the File > Source Control menu of TestComplete and the Source Control toolbar.

Items of the Source Control menu with TortoiseGit integration enabled.
Items of the Source Control menu with TortoiseGit integration enabled.

These commands allow you to call TortoiseGit dialogs directly from TestComplete. Some of TortoiseGit dialogs replace the analogous built-in dialogs of TestComplete, while others provide new ways of interaction with Git.

Integration with TortoiseGit appends the following items:

Item Description
Sync Opens the Synchronization dialog of a TortoiseGit client. Use this dialog to synchronize your working copy with a remote repository.
Diff Opens the Diff dialog of a TortoiseGit client. Use this dialog to see what changes you have made in your working copy.
 Repository Browser Opens the Repository Browser dialog of a TortoiseGit client. Use this dialog to see all files of a revision without switching to it.
Rebase Opens the Rebase dialog of a TortoiseGit client. Use this dialog to rebase the commit history.
Resolve Opens the Resolve dialog of a TortoiseGit client. Use this dialog to resolve file conflicts.
Revert Opens the Revert dialog of a TortoiseGit client. Use this dialog to revert local changes.
Clean up Opens the Cleanup dialog of a TortoiseGit client. Use this dialog to remove untracked files from the working tree.
Switch/Checkout Opens the Switch/Checkout dialog of a TortoiseGit client. Use this dialog to switch between branches.
Merge Opens the Merge dialog of a TortoiseGit client. Use this dialog to merge changes made in one branch back into another branch.
Create Branch Opens the Create Branch dialog of a TortoiseGit client. Use this dialog to create new branches.
Create Tag Opens the Create Tag dialog of a TortoiseGit client. Use this dialog to tag particular revisions.
Export Opens the Export dialog of a TortoiseGit client. Use this dialog to create a copy of your working tree without any .git directories.
Add Opens the Add dialog of a TortoiseGit client. Use this dialog to add new files to a repository.
Reset Reset the current HEAD to the specified state.
Settings Opens the Settings dialog of a TortoiseGit client.

See Also

Integration With Git

Highlight search results