701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 5


Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)

Show Answer
Correct Answer: AC

The git rm command is used to remove files from the working directory and the index, thus managing the files in the repository by deleting them. The git mv command is used to move or rename files in the repository, which also constitutes managing the files. Both commands directly affect the files in the repository.

Discussion

1 comment
Sign in to comment
leila_123Options: AC
Dec 22, 2021

its git rm et git mv