Subscribe

UiPath Studio

The UiPath Studio Guide

Field Descriptions for GIT

The GIT Context Menu

Right-click a file or project node in the Properties panel to open the GIT-specific context menu for Managing Projects with GIT.

234
OptionDescription
CommitCommits current changes to the local GIT repository.
PushPushes the current version onto the remote repository.
Pull (rebase)Pulls remote files and rebases the current branch.
Manage BranchesOpens the GIT window with options for managing currently added branches.
Show ChangesOpens the File Diff window for comparing changes between the local version and the remote version of the file.
Show HistoryOpens the Show History window for comparing two versions of the same file.
UndoOpens the Undo Pending Changes window if the file was not committed or pushed to the remote repository.

The Solve Conflicts Window

OptionDescription
Choose LeftSelect the left file representing the file in the remote repository to push.
Choose RightSelect the right file representing the file in the local repository to push.
SaveClick Save after choosing the left or right file.
CancelCancel the operation and exit the Solve conflicts window.
PreviousNavigates to the previous change in the compared files.
NextNavigates to the next change in the compared files.
Collapse AllCollapses all nodes in the .xaml files.
Expand AllExpands all nodes in the .xaml files.

Updated 3 years ago


Field Descriptions for GIT


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.