Git Workshop

Git Workshop

University

15 Qs

quiz-placeholder

Similar activities

Git y GitHub

Git y GitHub

9th Grade - University

13 Qs

Git y GitHub: Control de Versiones y Despliegue 🛠️🌍

Git y GitHub: Control de Versiones y Despliegue 🛠️🌍

University

18 Qs

AZ-900 Modulo 2

AZ-900 Modulo 2

KG - Professional Development

14 Qs

Quiz - Version Control with Git and GitHub

Quiz - Version Control with Git and GitHub

University

10 Qs

Got Git?

Got Git?

University

15 Qs

Git

Git

University

15 Qs

Introducción a Git

Introducción a Git

University

20 Qs

Mastering Git Basics and Beyond

Mastering Git Basics and Beyond

University

10 Qs

Git Workshop

Git Workshop

Assessment

Quiz

Computers

University

Medium

Created by

Abijith 223451

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does "git add . " do ?

Adds all files to the remote repo

delete all files

stages all changed files for commit

Commit all changes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which command creates a new branch in git

git create branch <name>

git branch <name>

git new branch <name>

git make branch <name>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which commands is used to upload local repository content to a remote repository

git save

git upload

git push

git commit

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You must commit changes before pushing them to the remote repository

True

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which command shows commit history

git timeline

git history

git log

git commits

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does "git merge" do

creates a new repo

copies files

integrate changes from one branch into another

merge two files into one

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which commands intializes a new git repository

git init

git start

git new

git create

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?