New to Telerik Test Studio? Download free 30-day trial

Supported Git Commands

Status Of Project Items

The project view displays the source control status of individual tests.

Individual Tests

  • Plus appears next to newly created items (part of a source controlled project) that are not added to the source control yet.
  • Lockappears next to checked in tests.
  • Checkappears next to checked out tests.

Note: The file changes should be always saved in order to get the modified status.

In general, Test Studio does not check out a project from source control when the project opens. However, if one or more project files are out of date (for example, they were created by an older version of Test Studio), Test Studio will attempt to check them out for an update. This will continue until an up-to-date version of the files are checked into source control.

Description Of Supported Commands

The Source Control specific commands supported by Test Studio are described below:

  • Commit changes to Git - commit the changes to your local repository.
  • Push to Git - push the changes to the remote repository.
  • Pull from Git - get the latest changes from the remote repository.
  • Discard Local Changes - undo changes in working folder back to the last commit.
  • Disconnect from Source Control - disconnects the current project from Source Control.

These could be accessed when right click on any project item and hover Git Source Control

Source Control Context Menu

Or alternatively from the Source Control ribbon

Source Control Ribbon

In this article