Intro to Git and GitHub

Intro to Git and GitHub

University

20 Qs

quiz-placeholder

Similar activities

Fundamentos de Git e GitHub

Fundamentos de Git e GitHub

12th Grade - University

15 Qs

14-mavzu. GitHub platformasi

14-mavzu. GitHub platformasi

University

17 Qs

POST TEST GIT

POST TEST GIT

12th Grade - Professional Development

15 Qs

Desarrollo de Aplicaciones Modernas y Herramientas.

Desarrollo de Aplicaciones Modernas y Herramientas.

1st Grade - Professional Development

15 Qs

Got Git?

Got Git?

University

15 Qs

Git and Github

Git and Github

University

15 Qs

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

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

University

18 Qs

Git

Git

University

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