Add indice

This commit is contained in:
Manuel Vergara 2022-10-19 09:00:41 +02:00
parent 2cadb67c4a
commit 3c46dd5ac5

View File

@ -1,5 +1,26 @@
# Recopilación de comandos GIT
**Índice**
- [Recopilación de comandos GIT](#recopilación-de-comandos-git)
- [Configuración Básica](#configuración-básica)
- [Listar Git Config](#listar-git-config)
- [Iniciando repositorio](#iniciando-repositorio)
- [GIT CLONE](#git-clone)
- [GIT ADD](#git-add)
- [GIT COMMIT](#git-commit)
- [GIT PUSH](#git-push)
- [GIT LOG](#git-log)
- [GIT DIFF](#git-diff)
- [GIT HEAD](#git-head)
- [GIT REMOTE](#git-remote)
- [GIT BRANCH](#git-branch)
- [GIT TAG](#git-tag)
- [GIT REBASE](#git-rebase)
- [OTROS COMANDOS](#otros-comandos)
- [Fork](#fork)
- [Info de Git con más detalles](#info-de-git-con-más-detalles)
## Configuración Básica
Configurar Nombre que salen en los commits