20.LGE_Mock_DevelopmentEvironment_Vgit_Git_BB

20.LGE_Mock_DevelopmentEvironment_Vgit_Git_BB

University

36 Qs

quiz-placeholder

Similar activities

BTUI'24 - Inter-school ICT Quiz - Quarter Finals

BTUI'24 - Inter-school ICT Quiz - Quarter Finals

12th Grade - University

40 Qs

Kuis 04_EA_Bab 9-11

Kuis 04_EA_Bab 9-11

University

40 Qs

ITEL 604 Mid-Term Examination

ITEL 604 Mid-Term Examination

University

40 Qs

Тест по сетевым технологиям

Тест по сетевым технологиям

University

41 Qs

BASIS DATA

BASIS DATA

11th Grade - University

35 Qs

MODULE 2 - (FOR SALE!) luh monetized yarn

MODULE 2 - (FOR SALE!) luh monetized yarn

University

39 Qs

Quiz-Applied OS

Quiz-Applied OS

University

40 Qs

itn 200 part 1

itn 200 part 1

University

39 Qs

20.LGE_Mock_DevelopmentEvironment_Vgit_Git_BB

20.LGE_Mock_DevelopmentEvironment_Vgit_Git_BB

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

44. Nguyễn Thị Ngà

Used 1+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which file can you configure to ensure that certain file types are never committed to the local Git repository?
ignore.git
.gitignore
gitignore.txt
git.ignore

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of these git client commands creates a copy of the repository
git clone
git update
git import
git checkout

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is git?
It is a distributed version control system
It uses to identify commits that belong to the same review.
It is contains build configuration.
All of them

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is following git command means: git pull --rebase
It allows you to integrate with and fetch from another repository or local Git branch.
It allows you to rewrite commits from one branch onto another branch.
It is a method of combining your local unpublished changes with the latest published changes on your remote.
None of them

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is not a git command?
git clean
git clone
git commit
git roll

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is SVN?
SVN stands for Subversion
It is a centralized version control system
It is an open-source tool for version control.
All of them

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the difference between GIT and SVN repository?
Svn is revision control. Git is an SCM (source code management).
SVN stores content as files. Git stored content as metadata.
Branches in SVN are a folder that takes place in the repository. Some special commands are required For merging the branches. The Git branches are familiar to work. The Git system helps in merging the files quickly and also assists in finding the unmerged ones.
All of them

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?