Git Workshop

Git Workshop

University

15 Qs

quiz-placeholder

Similar activities

Github

Github

University

18 Qs

Mastering Git Commands

Mastering Git Commands

12th Grade - University

15 Qs

Getting Started with git init

Getting Started with git init

University

10 Qs

Programación 1 Level 2

Programación 1 Level 2

University

12 Qs

Summer Code Camp - Lesson 1

Summer Code Camp - Lesson 1

University

10 Qs

Node.js

Node.js

University

10 Qs

Fellowship program 2021

Fellowship program 2021

University - Professional Development

15 Qs

Web Apps 01 - CLI (Terminal, Git, Meteor)

Web Apps 01 - CLI (Terminal, Git, Meteor)

University

15 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?