From af86399e01ddb00632df44dbaf1c2f12fdf2762d Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Wed, 22 Sep 2021 14:25:51 -0300 Subject: [PATCH] add crendential helper cache (login https) --- Comandos-Basicos-Git.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Comandos-Basicos-Git.md b/Comandos-Basicos-Git.md index 2411d78..1658095 100644 --- a/Comandos-Basicos-Git.md +++ b/Comandos-Basicos-Git.md @@ -274,8 +274,11 @@ cat .ssh/[key_rsa.pub] # so you don't have to set the environment variable."... git config --local core.sshCommand "ssh -i ~/.ssh/id_rsa_example -F /dev/null" ``` - - +- Identidad en cache (login https) [doc](https://git-scm.com/docs/git-credential-cache) + ```sh + git config --local credential.helper + git config --local credential.helper 'cache --timeout=3600' + ``` ## Flujo de trabajo remoto tipĂ­co **Clonar** repositorio (ssh o https)