Correct Answer: git add -u
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
Which command could be used to show what will be committed.
Which command pushes the commits to the master branch in the origin remote
What does "git add ." do?
What does the command `git add -A` do ?
How to fetch all branches from default remote repository
What option can you use to apply git configurations across your entire git environment?
Why would you use a pre-receive hook in your remote repository?
Why would the following command be used? Git rebase -i HEAD~10
You find a bug in your project, but can't locate where it was introduced in the commit history. How would you diagnose this problem?
What does the following command do to the git repository? git reset --soft HEAD^