Update 'Comandos Basicos Git'

jp.av.dev 2021-05-06 20:53:07 -04:00
parent b14c58f94c
commit 15e6a7e8fc

@ -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"