Dustin White
Test por , creado hace más de 1 año

Git Essential Training: The Basics

707
0
0
Dustin White
Creado por Dustin White hace más de 2 años
Cerrar

Git Essential Training: The Basics

Pregunta 1 de 4

1

What is NOT a way to use version control?

Selecciona una de las siguientes respuestas posibles:

  • using an "undo" tool to revert a mistaken change

  • using SCM when making changes to a text file

  • making changes to an image file and saving the new version to the same file

  • copying a spreadsheet to make changes in a separate file

Explicación

Pregunta 2 de 4

1

How might users make use of Git's version control capabilities?

Selecciona una de las siguientes respuestas posibles:

  • A graphic artist can use Git's built-in tools to create and edit multiple versions of a single image.

  • A development team can use Git to evaluate version differences before prior to new changes into the production code base.

  • An author can use Git to track and combine separate files with chapters of a technical book containing code.

  • An open source development group can use Git to test new code before incorporating the code into their final release.

Explicación

Pregunta 3 de 4

1

Why is Git so much more powerful than earlier version control systems?

Selecciona una de las siguientes respuestas posibles:

  • It is open source and runs on multiple operating systems.

  • It is open source, fast, and is distributed.

  • It is fast, can handle large code bases, and is distributed.

  • Developers can work concurrently on files.

Explicación

Pregunta 4 de 4

1

What is the effect if a file in the main repository becomes corrupted?

Selecciona una de las siguientes respuestas posibles:

  • Local copies must be deleted to avoid corruption.

  • Local copies will become corrupted but can be reverted.

  • Local copies are at risk, and all work on them should stop.

  • There is no effect on users' local copies.

Explicación