BASIC
MIDDLE
EXPERT
APPLICATION
COMMANDS
100

What command creates a new Git repository?


git init


100

Which command stages files for commit?


git add


100

What does git clone do?


Duplicates a repo


100

Which command shows commit history?


git log


100

What command lets you switch branches?

git checkout


200

What is .gitignore used for?


Ignoring files


200

Which GitHub feature lets you request a review before merging?

Pull request

200

What is a remote repository?

A GitHub-hosted repo

200

Which command pushes commits to GitHub

git push


200

Which command fetches and merges from GitHub?

git pull


M
e
n
u