This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04fb082
commit 766144b
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Documento de referencia - Taller de Git y Github | ||
|
||
Este documento fue creado como referencia para el taller de Git y Github del ExDev. Fue creado con el fin de ser un "torpedo" para los compañeros, que puedan referenciarlo rápidamente al momento de necesitarlo en sus proyectos, y con el fin de explicar el proceso y lógica de todos los comandos que se ejecutan al momento de modificar un proyecto y versionarlo con estas herramientas. | ||
|
||
## Obtener | ||
|
||
Una versión ya compilada puede ser encontrada en la sección de "releases" de este repositorio. | ||
|
||
## Cómo compilar | ||
|
||
Este proyecto fue creado en Typst, una herramienta similar a Latex, pero muchísimo más moderna. Para compilarlo, requieres el binario instalado en tu sistema, y ejecutar el comando | ||
|
||
```bash | ||
$ typst compile main.typ | ||
``` | ||
|
||
Esto te generará un archivo main.pdf como resultado de la compilación. | ||
|
||
## Créditos | ||
|
||
- Rafael Morales Venegas, 2023. |