UiPath Advanced RPA Developer (UiARD) — Question 87
What is a characteristic of the GIT Init feature?
Answer options
- A. Creates a new remote GIT repository
- B. Adds the current project to a remote GIT repository
- C. Adds the current project to a local GIT repository
- D. Commits the changes to a local GIT repository
Correct answer: C
Explanation
The correct answer is C, as the GIT Init command initializes a new local GIT repository for the current project. Options A and B are incorrect because they pertain to remote repositories, while option D is wrong since committing is a separate action that occurs after initializing a repository.