POST TEST GIT

POST TEST GIT

12th Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

GitHub Jan12

GitHub Jan12

11th Grade - University

10 Qs

GIT VERSION Control

GIT VERSION Control

University

20 Qs

XK0-004 - Chapter 14

XK0-004 - Chapter 14

Professional Development

13 Qs

Git & GitHub

Git & GitHub

University

10 Qs

CloudBinary_Git_Commands_Quiz

CloudBinary_Git_Commands_Quiz

Professional Development

15 Qs

Git Bash

Git Bash

Professional Development

15 Qs

Git basics

Git basics

University

11 Qs

Git and Github

Git and Github

University

15 Qs

POST TEST GIT

POST TEST GIT

Assessment

Quiz

Computers

12th Grade - Professional Development

Medium

Created by

Ghany Ersa

Used 8+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's the git command that downloads your repository from GitHub to your computer?

git push

git fork

git clone

git commit

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's the opposite of git clone, instead of downloading your code from GitHub, uploads your changes and code back to GitHub?

git push

git add

git upload

git status

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you check the state of your local git repository since your last commit?

git check

git status

git commit

git diff

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you stage files for a commit?

git stage

git commit

git add

git reset

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you save the current state of your code into the git version control?

By committing the staged changes with git commit

By adding all changes and staging them with git stage

By adding all changes and staging them with git add

By creating a new commit with git init

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What's a shortcut to staging all the changes you have?

git commit add .

git commit .

git add .

git push -am "message"

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you supply a commit message to a commit?

git message "I'm coding"

git add "I'm coding"

git commit "I'm coding"

git commit -m "i'm coding"

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?