SóProvas


ID
3219985
Banca
VUNESP
Órgão
FUNDUNESP
Ano
2016
Provas
Disciplina
Engenharia de Software
Assuntos

O Git, ao tratar os arquivos que devem sofrer o processo de controle de versões, classifica o estado desses arquivos em 3 categorias, definidas como

Alternativas
Comentários
  •    Modified means that you have changed the file but have not committed it to your database yet.

       Staged means that you have marked a modified file in its current version to go into your next commit snapshot.

       Committed means that the data is safely stored in your local database.

    https://git-scm.com/book/en/v2/Getting-Started-What-is-Git%3F