First steps
Configure git profile
Abre tu .gitconfig y agrega una regla para el directorio de trabajo:
code ~/.gitconfig
[user]
name = Brendan Eich
email = brenan.eich@example.com
[includeIf "gitdir:/Users/brendan/workspace/dsm/"]
path = /Users/brendan/.gitconfig-kodevox
You can re-define your name and email and enable gpg sign:
[user]
name = Fernando Dorantes
email = fernando.dorantes@kodevox.com
signingkey = 84BB0B560CE7AFF6
[commit]
gpgSign = true
tip
Configura tu llave GPG aquí