Correct Answer: -s
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
`git rebase <upstream>` will:
Which is the command to remove everything from the stash?
A Git repo can consist how many number of heads
Which command creates a new commit that undoes the changes in the most recent commit?
Which command will move the changes from the last commit into in the stage area?
After starting to merge a feature branch into your master branch, you encounter a merge conflict and decide you do not want to perform the merge. How can you stop the merge and restore to the pre-merge state?
After modifying some existing files in a repository, you decide to discard the changes. What command can you use?
What is a remote repository?
You want to perform a git reset but cannot recall all of the available options. What command would you use to see a description of them?
How does Git internally manage branches?