GIT

GIT

1st - 5th Grade

13 Qs

quiz-placeholder

Similar activities

EXÁMEN COMPUTACIÓN CUARTO

EXÁMEN COMPUTACIÓN CUARTO

4th Grade - University

10 Qs

Desarrollo de Aplicaciones

Desarrollo de Aplicaciones

1st Grade

16 Qs

Laboratorio de sistemas Operativos

Laboratorio de sistemas Operativos

5th Grade

10 Qs

Síntesis I - Computación Aplicada II

Síntesis I - Computación Aplicada II

1st - 3rd Grade

10 Qs

5TO GRADO: WORD

5TO GRADO: WORD

1st - 3rd Grade

11 Qs

Síntesis I - Computación Aplicada III

Síntesis I - Computación Aplicada III

1st - 3rd Grade

10 Qs

introducción a MySQL

introducción a MySQL

5th Grade

16 Qs

AMADEUS II: CODIFICACIÓN Y DECODIFICACIÓN

AMADEUS II: CODIFICACIÓN Y DECODIFICACIÓN

1st Grade

17 Qs

GIT

GIT

Assessment

Quiz

Other

1st - 5th Grade

Medium

Created by

Gerardo Rosales

Used 45+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué comando es necesario para crear un repositorio vacío?

git add

git clone

git init

git config

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si se desea obtener un repositorio GIt existente en GitLab el comando es :

git branch

git log

git clone

git commit

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Cuál es el comando que se debe utilizar para mostrar el registro de confirmaciones (commit) realizadas en el repositorio?

git status

git log

git tag

git init

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué comando se debe utilizar para añadir cambios al área de preparación (staging area)?

git push

git commit

git merge

git add

5.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

¿Cuál es el comando para listar las ramas locales?

git branch

git branch -r

git branch --no-merged

git remote show

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Si se desea saltar el área de preparación ¿Qué atajo proporciona GIT?

git add

git commit --amend

git commit -m

git commit -a

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué combinación de comandos puede sustituir a git pull?

git add + git commit

git checkout + git merge

git fetch + git merge

git fecth + git add

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?