add git dotfile
This commit is contained in:
parent
da80929a16
commit
1fe53c8c2f
1 changed files with 8 additions and 0 deletions
8
git/.gitconfig
Normal file
8
git/.gitconfig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Este es el archivo de configuración de Git por usuario.
|
||||
[user]
|
||||
# Por favor, adapta y descomenta las siguientes líneas:
|
||||
name = Marc Marcos
|
||||
email = marc@marcmarcos.com
|
||||
signingkey = 41B60926DC84AF07CA79093034EB13FDD37BA306
|
||||
[commit]
|
||||
gpgsign = true
|
||||
Loading…
Add table
Reference in a new issue