Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)
Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)
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.
its git rm et git mv