docs: git

This commit is contained in:
Felipe M 2021-01-12 10:52:17 +01:00
parent 0aa8938b5b
commit 94635063c1
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 11 additions and 0 deletions

11
.dotfiles/docs/git.md Normal file
View File

@ -0,0 +1,11 @@
# Git
## Setup GPG signing key
```
$ gpg --list-secret-keys --keyid-format LONG
...
$ git config --global user.signingkey <keyid>
$ export GPG_TTY=$(tty)
```