Skip to content

seanhxx/configfiles

Repository files navigation

Config_Files

Setup git credential manager on ubuntu

  1. Install GCM
  2. 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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published