Correct Answer: --since
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
How would you delete unreachable objects older than a specified time from your project database?
What conflicts can occur when forcing a push after rebasing?
How does this command alter the currently checked-out branch? git reset --soft HEAD^
What is the difference between Git and SVN?
This command is an example of what kind of tag? git tag -a v1.4 -m "ABCD v1.5"
How do you add another git repository as a directory of your repository
What git feature allows you to embed separate repos?
What's the purpose of 'git bisect' ?
How do you add only certain parts of a file to the index?
What option suppresses output for git rm?