NEW
Font size
WorksheetsGIT SET GO
Total questions: 12
Worksheet time: 6mins
What is Git?
A programming language
A version control tool
A nickname for GitHub
A unicorn that resides in Java.
Which of these files specifies the files that must not be tracked by git?
.git
.githubignore
.ignore
.gitignore
Which of these files helps us create a new branch?
git new
git add
git commit
git checkout
A programming language
Linus Torvalds
Mark Zuckerberg
Ryan Dahl
Paul Graham
Which big tech company owns GitHub?
Microsoft
Amazon
Which command is used to make a copy of an existing GitHub repository in your local machine?
git copy
git pull
git fork
git clone
git init is used for which of these actions?
Create a .gitignore file
Create a Readme file
Initialize a git repository
Initialize a GitHub repository
Which one of the following is not a feature of GitHub?
Hosting code in different languages
Allow multiple people to contribute to the same repository
Host static websites
Defeating Thanos in Avengers: Endgame
Which one of these is the default git branch?
main
master
dev
default
What is the opposite of git clone?
git upload
git push
git status
git send
Is GitHub the only place one can host code?
Yes
No
Can you upload images or videos on GitHub?
Yes
No
