Versionamento com Git

Versionamento com Git

25 Qs

quiz-placeholder

Similar activities

SCA BABCOCK 30 DAYS OF 0SS

SCA BABCOCK 30 DAYS OF 0SS

University

29 Qs

Basic Quiz on Git, GitHub, and Python Basics

Basic Quiz on Git, GitHub, and Python Basics

KG - University

20 Qs

 Git e GitHub

Git e GitHub

Professional Development

20 Qs

D02-2

D02-2

10th Grade

26 Qs

OOP ITC

OOP ITC

University

20 Qs

Git Introduction

Git Introduction

University - Professional Development

20 Qs

Git_Python

Git_Python

Professional Development

20 Qs

Quiz sobre Desenvolvimento Web

Quiz sobre Desenvolvimento Web

2nd Grade

24 Qs

Versionamento com Git

Versionamento com Git

Assessment

Quiz

Computers

Medium

Created by

Sérgio Lacerda

Used 10+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Qual das opções abaixo é um sistema de controle de versionamento distribuído?

CVS

Perforce

SVN

Git

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Qual comando permite criar uma conexão entre o repositório local e o repositório remoto?

git remote add origin

git remote add new

git remote new origin

git remote origin

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Qual dos comandos abaixo faz o download de um repositório do Github para  seu computador local?

git clone

git commit

git fork

git push

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Como você atribui um comentário a um commit?

Git message "My first commit"

Git add "My first commit"

Git commit "My first commit"

Git commit -m "I'm coding!"

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Qual dos comandos abaixo pode ser usado para se mover de uma branch para outra?

Git branch

Git checkout

Git switch

Git merge

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Qual comando deve ser utilizado para verificar os arquivos criados, modificados ou excluídos antes de fazer o commit?

git show

git log

git status

Todas as opções

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Qual comando deve ser usado para inicializar um novo repositório git?

Git bash

Git install

Git init

Git start

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?