Intro to Git and GitHub

Intro to Git and GitHub

University

20 Qs

quiz-placeholder

Similar activities

Evaluación Final

Evaluación Final

University

20 Qs

Docker & Kubernates

Docker & Kubernates

University

20 Qs

Version Control

Version Control

University

25 Qs

Control Panel Hosting, Shared Hosting dan Cloud Hosting

Control Panel Hosting, Shared Hosting dan Cloud Hosting

University

24 Qs

RPA ChatGPT

RPA ChatGPT

University

19 Qs

CI/CD Quiz

CI/CD Quiz

University

20 Qs

Git and Github

Git and Github

University

15 Qs

14-mavzu. GitHub platformasi

14-mavzu. GitHub platformasi

University

17 Qs

Intro to Git and GitHub

Intro to Git and GitHub

Assessment

Quiz

Computers

University

Medium

Created by

DURGESH VAIGANDLA

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Git?

Git is a programming language.
Git is a type of food.
Git is a social media platform.
Git is a distributed version control system.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command initializes a new Git repository?

git begin
git init
git start
git create

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you stage changes for the next commit in Git?

Use 'git add' command to stage changes for the next commit.
Use 'git commit' command to stage changes for the next commit.
Use 'git push' command to stage changes for the next commit.
Use 'git checkout' command to stage changes for the next commit.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you commit changes in Git?

git push origin master
git checkout -b new-branch
git status -> git push
git add . -> git commit -m

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to view the commit history?

git show
git history
git status
git log

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is GitHub?

GitHub is a fitness tracking app.
GitHub is a cooking recipe website.
GitHub is a web-based platform used for version control and collaboration on software projects.
GitHub is a social media platform for sharing photos and videos.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you clone a repository from GitHub?

git pull https://github.com/username/repository.git
git checkout https://github.com/username/repository.git
git commit https://github.com/username/repository.git
git clone https://github.com/username/repository.git

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?