Total Questions : 10
Expected Time : 10 Minutes

1. In Git, what is a 'conflict'?

2. Which Git command is used to clone a remote repository?

3. What is 'git revert' used for, and how does it differ from 'git reset'?

4. Explain the purpose and potential risks of 'git bisect reset' in Git.

5. How do you create a new branch without switching to it?

6. Explain the benefits of using 'git rebase' over 'git merge.'

7. Explain the purpose and potential risks of 'git gc --prune' in Git repository maintenance.

8. What is 'git reflog show' used for, and how can it be beneficial in Git?

9. Which command is used to view the commit history in Git?

10. Explain the concept of 'git bundle verify' and how it contributes to repository integrity.