git vcs post assesment pradeep

git vcs post assesment pradeep

Professional Development

20 Qs

quiz-placeholder

Similar activities

SE ReExam

SE ReExam

Professional Development

15 Qs

Adopter l'approche Agile

Adopter l'approche Agile

Professional Development

23 Qs

Enhance your Cloud Native SuperPower - Weekly Quiz 5

Enhance your Cloud Native SuperPower - Weekly Quiz 5

Professional Development

15 Qs

Front Office Overview_Final Test

Front Office Overview_Final Test

University - Professional Development

20 Qs

Stores

Stores

Professional Development

15 Qs

GIT Basico

GIT Basico

Professional Development

20 Qs

SkillDojo <> Git Bet

SkillDojo <> Git Bet

Professional Development

16 Qs

Git Vcs Post assesment

Git Vcs Post assesment

Professional Development

20 Qs

git vcs post assesment pradeep

git vcs post assesment pradeep

Assessment

Quiz

Professional Development

Professional Development

Easy

Created by

Alchemy Solutions

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these Git client commands creates a copy of the repository and a working directory in the client’s workspace.
update
checkout
clone
import

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In Git, what happens if two two developers commit a common file with different changes at the same line at the same time and push to the remote repository?
Both commits will be saved
Both commits will be rejected
The first commit will succeed and the second commit will be rejected
The first commit will be rejected and the second commit will succeed

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

If you want to make changes to the project and don’t want to impact the rest of the team, you should implement your changes in
Tag
Branch
Root
Trunk

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Now, imagine that you have a local repository, but other team members have pushed changes into the remote repository. What Git operation would you use to download those changes into your working copy?
checkout
commit
export
pull

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The Git clone command does which of the following?
Creates a working directory
Makes a local copy of the repository
Commits a new branch
a and b

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these terms best describe GitHub?
Integrated Development Environment
Issue Tracking System
Distributed Version Control System
Web based Git hosting repository service

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you check the state of your local git repository since your last commit?
git check
git status
git diff
git commit

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?