docs: git
This commit is contained in:
parent
0aa8938b5b
commit
94635063c1
1 changed files with 11 additions and 0 deletions
11
.dotfiles/docs/git.md
Normal file
11
.dotfiles/docs/git.md
Normal 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)
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue