GitHub MCQ Test: GitHub MCQs - Practice Questions
1. What is the difference between 'git pull' and 'git fetch'?
2. What does the term 'fork' mean in GitHub?
3. What is a 'merge conflict' in Git?
4. What is 'git bisect' used for in Git?
5. Which command is used to clone a repository in Git?
6. How do you initialize a new Git repository?
7. What is the purpose of a 'pull request' in GitHub?
8. What is the purpose of 'git rebase'?
9. Which command is used to view the commit history?
10. How can you revert a commit that has been pushed and shared with others?