From 15e6a7e8fce353f0b33fc36b2ad4d3d0d872098d Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Thu, 6 May 2021 20:53:07 -0400 Subject: [PATCH] Update 'Comandos Basicos Git' --- Comandos-Basicos-Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Comandos-Basicos-Git.md b/Comandos-Basicos-Git.md index ebb2dfa..820abd0 100644 --- a/Comandos-Basicos-Git.md +++ b/Comandos-Basicos-Git.md @@ -244,7 +244,7 @@ cat .ssh/[key_rsa.pub] ``` git remote add origin ssh://git@gitfuzan/jp.av.dev/basicos_git.git ``` -- ConfiguraciĆ³n por carpeta +- ConfiguraciĆ³n por directorio (repositorio) ``` git config --local user.name "fuzan" git config --local user.email "fuzan@email.net"