Skip to content

Commit 327680d

Browse files
authored
Update git.md
1 parent 919a515 commit 327680d

File tree

1 file changed

+1
-1
lines changed
  • docs/software/version-control

1 file changed

+1
-1
lines changed

docs/software/version-control/git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Ahora podrás subir tus cambios al repositorio remoto seleccionado.
206206

207207
- credential.helper cache:
208208
- Almacenar contraseña en cache durante un tiempo: [`git config credential.helper cache`](https://git-scm.com/docs/git-credential-cache)
209-
- Limieza de cache: `git config --global --unset credential.helper`
209+
- Limpieza de cache: `git config --global --unset credential.helper`
210210
- Deshacer los cambios de un fichero (antes de commit): [`git checkout -- nombre-fichero`](https://git-scm.com/docs/git-checkout#git-checkout-emgitcheckoutemlttree-ishgt--ltpathspecgt82308203)
211211
- Corregir el texto del último commit (antes de push, aunque se podría forzar): [`git commit --amend`](https://git-scm.com/docs/git-commit#git-commit---amend)
212212
- Deshacer el útimo commit entero (antes de push, aunque se podría forzar): [`git reset HEAD~1`](https://git-scm.com/docs/git-reset#git-reset-emgitresetemltmodegtltcommitgt)

0 commit comments

Comments
 (0)