UiPath RPA Associate (UiRPA) — Question 47
You are working on an existing project that is connected to a GIT version control system. Which Context menu option should be used to provide local versions of files to the remote repository?
Answer options
- A. Push
- B. Pull (rebase)
- C. Set As Main
- D. Show History
Correct answer: A
Explanation
The correct answer is 'Push' because it is specifically used to upload local commits to a remote repository. The other options do not perform this function; 'Pull (rebase)' is used to fetch and integrate changes from the remote, 'Set As Main' relates to branch management, and 'Show History' displays commit logs.