Login
Remember
Register
Ask a Question
Which of the following CLI commands can be used to rename files?
0
votes
asked
Oct 30, 2022
in
DevOps
by
Robindeniel
Which of the following CLI commands can be used to rename files?
cli-command
rename-files
devops
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 30, 2022
by
Robindeniel
git rm
git mv
git rm -r
None of the above
The correct answer is B) git mv
...