Correct Answer: git rm --cached old; mv old new; git add new
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Git Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Git MCQ Questions
What is the command to show the un-merged branches (local and/or remote) within the current branch?
What is the git diff option to show the diffs of unstaged changes?
How do I merge changes made in "development" branch into "master" branch to avoid conflicts?
What does the git merge option -s abbreviate?
How do you get all submodules to clone after you have cloned a repository?
What types of tags does Git support?
How many individual commits can a single repository have?
What is the difference between initializing a normal repo and a bare repo?
What is usually the extension of file which has the public key?
What Language is used in GIT?