WorksheetsGitHub Jan12
Total questions: 10
Worksheet time: 5mins
Which command fetches and downloads content from a remote repository and immediately updates the local repository to match that content?
push
pull
take
commit
Are Git and GitHub the same thing?
Yes
No
Which command is used to set up a new Git repository?
install
bash
start
init
Which command is the opposite of git clone, that uploads your changes and code back to GitHub instead of downloading your code from GitHub?
push
pull
add
status
Which command is run to check the state of your local git repository since your last commit?
check
status
commit
diff
Which command saves your changes to a repository?
init
status
commit
save
What is the term for something on Github that holds a collection of all files related to one particular project? (Similar to a folder or package.)
repository
branch
master
git
GitHub is a web service used for software developers only.
True
False
