Skip to content

Details

Git es un sistema de control de versiones creado por Linus Torvalds que se utiliza para el desarrollo de software y otras tareas de control de versiones. Como sistema de control de versiones distribuido, está dirigido a la velocidad, integridad de los datos, y el apoyo a los flujos de trabajo distribuidos y no lineales. Permite a grupos de personas trabajar en los mismos documentos al mismo tiempo sin pisarse mutuamente. (https://es.wikipedia.org/wiki/Git)

Hoy en día Git es una herramienta indispensable para los proyectos colaborativos de código abierto. En este taller aprenderemos la filosofía de trabajo con repositorios de código, cómo funciona Git, y a utilizar Git desde la consola de comandos.

Requisitos

________________________________________________

Git is a version control system created by Linus Torvalds that is used for software development and other version control tasks. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows. It allows groups of people to work on the same documents at the same time, without stepping on each other's toes. (https://en.wikipedia.org/wiki/Git)

Nowadays Git is an indispensable tool for collaborative open-source projects. In this workshop we'll learn the philosophy of working with code repositories, how Git works, and how to use Git on the command-line.

Required

Related topics

You may also like