Add indice
This commit is contained in:
parent
2cadb67c4a
commit
3c46dd5ac5
21
README.md
21
README.md
@ -1,5 +1,26 @@
|
|||||||
# Recopilación de comandos GIT
|
# 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
|
## Configuración Básica
|
||||||
|
|
||||||
Configurar Nombre que salen en los commits
|
Configurar Nombre que salen en los commits
|
||||||
|
Loading…
Reference in New Issue
Block a user