1. How many remote servers can 1 Git repo pull changes from?
2. Who invented Git?
3. What is the command for switching branches?
4. What is the default text editor used by git?
5. How do you get all submodules to clone after you have cloned a repository?
6. "git log --since --before" is used to:
7. Which is the command to remove the latest stash from the stash list?
8. Which of these two statements makes git use the file from the conflicting commit you are merging from?
9. What is the abbreviation for the --dry-run option of git add?
10. When you want to unstage a file, what is de right command to do so?
11. The following command does what; $ git commit -am "Commit"
12. What is the best way to characterize the git commit structure?
13. Which option enables inclusion of committer name in custom log format?
14. Which use case is NOT a good candidate for a Git hook?
Git MCQs | Topic-wise