Git/Github

Git/Github

University

20 Qs

quiz-placeholder

Similar activities

GIT Básico

GIT Básico

University

18 Qs

GIT VERSION Control

GIT VERSION Control

University

20 Qs

Historial de cambios y gestión de ramas

Historial de cambios y gestión de ramas

9th Grade - University

20 Qs

Latihan JK4 - GIT

Latihan JK4 - GIT

University

25 Qs

GIT Workshop 2021

GIT Workshop 2021

University

20 Qs

Preguntas sobre Git y GitHub

Preguntas sobre Git y GitHub

9th Grade - University

20 Qs

QuizQuest

QuizQuest

University

15 Qs

Git and Github

Git and Github

University

15 Qs

Git/Github

Git/Github

Assessment

Quiz

Computers

University

Medium

Created by

Nilin LAY

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these terms best describes GitHub?

A. Web-Based Repository Hosting Service

B. Issue Tracking System

C. Distributed Version Control System

D. Integrated Development Environment

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct order of git commands to start, change/modify, and save commits in the local repository?

1. git config user.name

2.git config user.email

3. git add .

4. git save

1. git init

2. git add .

3. git status

4. git commit -m" "

1. cat .git/config

2. git init

3.git status

  1. git add .

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to clone a remote repository?

git pull origin main

git push origin main

git remote add origin main

git clone origin main

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you check which branch your working tree is on?

git commit

git config user.name

git status or git log

cat .git/config

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose one that is not a Git branch

Bugfix

Hotfix

Release

Issue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to add a URL link your local repository to the remote repository?

git remote -rm

git remote link {url}

git remote push {url}

git remote add origin {url}

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the first most thing to remember before making a feature or any branch?

git init to initialize git

Branch the source code from main or develop

Always fetch updates from main

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?