NEW
Font size
WorksheetsGit & GitHub Quiz - MSP Session (5/5/2025)
Total questions: 12
Worksheet time: 4mins
Name the platform
GitHub
GitLab
Git
Bitbucket
2. Which command should you use to initialize a new git repository?
git install
git bash
git start
git init
3. What is the opposite of git clone?
git push
git status
git add
git upload
4. How do you check the state of your local git repository since your last commit?
git commit
git status
git check
git diff
5. How do you supply a commit message to a commit?
git message "I'm coding!"
git commit "I'm coding!"
git commit -m "I'm coding!"
git add "I'm coding!"
6. What's the git command that downloads your repository from GitHub to your computer?
git fork
git commit
git clone
git push
7. Which is the correct usage of push command?
git push <branch> <remote>
git push <remote> <branch>
Both correct
None of them
8. Which is the correct order to submit your changes from the working directory all the way to the remote repository?
git add, git commit, git push
git push, git add, git commit
git add, git push, git commit
git commit, git add, git push
What is Git primarily used for?
Project management tool for teams
Version control system for tracking changes in code.
Database management system
Cloud storage solution for files
On a scale from 1 to 10, how confident do you feel about your understanding of GitHub so far? (No correct answer!)
1–3: I'm still confused
4–6: I’m getting there, but need more clarity
7–8: I understand most of it
9–10: I feel confident and ready to use it
