SóProvas


ID
3284920
Banca
Quadrix
Órgão
CRM-PR
Ano
2018
Provas
Disciplina
Engenharia de Software
Assuntos

Quanto aos conceitos de repositórios de códigos e versionamento de software, julgue o item que se segue.

O  GitHub  é  um  servidor  para  repositório  e  versionamento de software que utiliza a plataforma Git.  

Alternativas
Comentários
  • GitHub é uma plataforma de hospedagem de código-fonte com controle de versão usando o Git. Ele permite que programadores, utilitários ou qualquer usuário cadastrado na plataforma contribuam em projetos privados e/ou Open Source de qualquer lugar do mundo. 

    Wikipedia

  • GitHub is arguably the world's most popular code repository for open-source software. Git is a decentralized source-code management tool, and GitHub is a hosted version of Git that serves as the primary remote. GitHub builds on top of Git to provide related services for coordinating work, reporting and discussing issues, providing documentation, and more. It offers the following functionality:

       It's a shared source-code repository, including tools that enable developers to perform code reviews by adding comments and questions in a web view of the source code before it can be merged into the main code base.

       It facilitates project management, including Kanban boards.

       It supports issue reporting, discussion, and tracking.

       It features CI/CD pipeline automation tooling.

       It includes a wiki for collaborative documentation.

       It can be run from the cloud or on-premises