# Git ## Setup GPG signing key ``` $ gpg --list-secret-keys --keyid-format LONG ... $ git config --global user.signingkey $ export GPG_TTY=$(tty) ```