Git & Github

Git & Github

Professional Development

10 Qs

quiz-placeholder

Similar activities

GIT

GIT

Professional Development

15 Qs

Git Quiz

Git Quiz

Professional Development

10 Qs

Git Bash Quiz

Git Bash Quiz

Professional Development

10 Qs

Git & GitHub Fundamentals

Git & GitHub Fundamentals

Professional Development

9 Qs

Training Sesi Developer

Training Sesi Developer

Professional Development

10 Qs

Ingenio - Full Stack Course - First Quiz

Ingenio - Full Stack Course - First Quiz

Professional Development

14 Qs

Fellowship program 2021

Fellowship program 2021

University - Professional Development

15 Qs

edX Vanderbilt - Day 1 Review

edX Vanderbilt - Day 1 Review

Professional Development

10 Qs

Git & Github

Git & Github

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Sandeep Singh

Used 86+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which is Distributed version control system?
cvs
Perforce
svn
git

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which Command is used to show limited number of commits?
git fetch
git log -n
git config
git status

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What command lets you create a connection between a local and remote repository?
git remote add origin
git remote add new
git remote new origin
git remote origin

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

.......... is equivalent to fetch and merge
pull
syncronize
push
fetch

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which of the following git command that downloads your repository from GitHub to your computer?
git clone
git commit
git fork
git push

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How do you supply a commit message to a commit?
Git message "My first commit"
Git add "My first commit"
Git commit "My first commit"
Git commit -m "I'm coding!"

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which of the following commands is used in switching between branches?
Git branch
Git checkout
Git switch
Git merge

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?