0 votes
in DevOps by
Which of the following CLI commands can be used to rename files?

1 Answer

0 votes
by

git rm

git mv

git rm -r

None of the above

The correct answer is B) git mv

...