https://github.com/gabrielbaute/taller-git
Breve taller de Git y Github para 6to semestre telecom (Unefa)
https://github.com/gabrielbaute/taller-git
git github
Last synced: about 2 months ago
JSON representation
Breve taller de Git y Github para 6to semestre telecom (Unefa)
- Host: GitHub
- URL: https://github.com/gabrielbaute/taller-git
- Owner: gabrielbaute
- Created: 2023-08-04T18:41:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T20:39:55.000Z (about 2 years ago)
- Last Synced: 2025-02-03T23:40:26.938Z (over 1 year ago)
- Topics: git, github
- Language: HTML
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Taller de git
En este repositorio exponemos, paso a paso, las partes básicas del uso de git y github. Sólo se cubren los primeros pasos elementales de momento.
## Índice:
1. [Cómo crear un repositorio](entries/Cómo%20crear%20un%20repositorio%20de%20github.md)
2. [inicio de sesión en git](entries/Inicio%20de%20sesion.md)
3. [Autenticación ssh](entries/Autenticación%20ssh.md)
4. [Vinculación de un repositorio remoto](entries/Vincular%20un%20repositorio%20remoto.md)
5. [Operaciones básicas con git: `add`, `commit` y `push`](entries/Git%20commit%20y%20push.md)