This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configure git credentials manager to work with GPG | |
# usefull for sessions without GUI | |
# https://github.com/GitCredentialManager/git-credential-manager | |
# https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md#gpgpass-compatible-files | |
# install pass | |
sudo apt install pass | |
# generate gpg key pair |