Correct Answer: -t
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 allows you to get the blob of some file whether it is in a repository or not?
Which of these two statements makes git use the file from the conflicting commit you are merging from?
What does the git commit option -s abbreviate?
How is it possible to record a merge from branch "oldBranch" into master without modifying master content?
What is the abbreviation for the --dry-run option of git add?
Which setting determines what pager is used when Git pages output?
While working on a feature branch you try to use "git rerere" to solve a recurring merge conflict but nothing is happening. What could be causing this issue?
What command would you use to create a new git repository?
While modifying a file, you're unexpectedly assigned an urgent bug fix on another branch. How can you temporarily save your local work without committing?
After you've successfully merged two branches and committed the changes, what is the next step in keeping your git structure organized?