GIT all

GIT all

14 Qs

quiz-placeholder

Similar activities

Eng All-hands Feedback

Eng All-hands Feedback

KG - University

9 Qs

Istorijos atsiskaitymas01/09

Istorijos atsiskaitymas01/09

KG - University

18 Qs

แบบฝึกหัดทฤษฎีที่ 1 หน่วยที่ 2 การทำงานร่วมกันเป็นทีม (Team Collaboration)

แบบฝึกหัดทฤษฎีที่ 1 หน่วยที่ 2 การทำงานร่วมกันเป็นทีม (Team Collaboration)

KG - University

13 Qs

Matemātika 7.klase

Matemātika 7.klase

KG - University

12 Qs

Evaluación de SQA

Evaluación de SQA

University

10 Qs

Git, Workflows de collaboration

Git, Workflows de collaboration

KG - University

9 Qs

Gitlab, workflows de collaboration

Gitlab, workflows de collaboration

KG - University

10 Qs

Eng All-hands Feedback

Eng All-hands Feedback

KG - University

9 Qs

GIT all

GIT all

Assessment

Quiz

others

Medium

Created by

E M

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kuri komanda skirta GIT repositorijos sukūrimui?
git init
git add
git commit
git branch pavadinimas
git checkout -b pavadinimas

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kuri komanda skirta failų pridėjimui į repositoriją (stage)?
git init
git commit
git add
git branch pavadinimas
git checkout -b pavadinimas

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kuri komanda skirta naujos kodo versijos užfiksavimui kodo repositorijoje?
git init
git add
git branch pavadinimas
git commit
git checkout -b pavadinimas

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kuri komanda skirta naujos atšakos (ang. branch) repositorijoje sukūrimui?
git init
git add
git branch pavadinimas
git commit
git checkout -b pavadinimas

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kuri komanda skirta naujos atšakos (ang. branch) repositorijoje sukūrimui ir persijungimui į ją?
git init
git add
git checkout -b pavadinimas
git commit
git branch pavadinimas

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kurios iš šių komandų yra skirtos atšakos (ang. branch) repositorijoje pavadinimui hotfix sujungimu su master atšaka?
git checkout master; git merge hotfix;
git checkout hotfix; git merge hotfix;
git checkout master; git merge master;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kuri komanda skirta "online" GIT repositorijos klonavimui?
git clone
git pull
git push
git remote add

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?