Config_Files Setup git credential manager on ubuntu Install GCM Install pass and gpg sudo apt install pass gpg git config --global credential.credentialStore gpg gpg --gen-key # <gpg-id> is the gpg key generated from previous step pass init <gpg-id>