NEW
Font size
WorksheetsGithub Quiz
Total questions: 15
Worksheet time: 8mins
What does 'm' in git commit -m" " means?
message
mode
merge
modify
What is Git primarily used for?
Designing websites
Managing databases
Version control
Project deployment
What does git clone do?
Duplicates a file
Creates a backup
Forks a repository
Copies a repository to your local machine
What does git push do?
Installs Git
Uploads local commits to a remote repository
Saves changes locally
Updates your local repo with GitHub
What does git pull do?
Pushes code to GitHub
Deletes files
Commits staged changes
Fetches and merges code from a remote repo
Which of these commands creates a new branch in Git?
git new-branch
git branch
git checkout
git init
What does git add . do?
Adds all files to a GitHub repo
Adds all changes to the staging area
Adds a comment
Adds a new branch
What is GitHub mostly used for?
Editing images
Hosting and collaborating on code
Designing websites
Managing databases
What is the first step when working with a new project from GitHub?
git push
git init
git clone
git status
What is repository in github?
A chatroom
A code storage space
A programming language
A server
What does README.md file typically contain?
Code
Project Information
Images
Git commands
What is git bash?
A party for developers
A code editor
A terminal to run git commands
A mobile app
What does git config --global user.name "your name" do?
Changes your username
Delets a file
Sets your git username
Clones a repository
Which is the default branch in github?
Master
Main
Both
None
Can you use git without github
Yes
No
Only with Internet
Only on MAC
