Correct Answer: adds all changes from known files, removes all files in the index but not in the working tree, and performs a commit
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 git diff option to show the diffs of both staged and unstaged changes?
which command used to initialise the repository
which commande used to commit change
What is "head" in git
What is the function of "git clone"
What command would let you modify your previous commit?
How would you create a custom shortcut or command across your git environment?
After pushing commits to the remote repository for the first time using the command below, what shorthand command can you use in future? git push -u origin master
Which of the following is true of the git push command?
In a situation where you have several commits for a single task, what is the most efficient way to restructure your commit history?