EnnoxHD / archlinux-install-guide

ArchLinux Installation Guide
MIT License
1 stars 0 forks source link

Advanced git installation #53

Closed EnnoxHD closed 10 months ago

EnnoxHD commented 2 years ago
  1. install git, gnupg, pass, git-credential-manager-core (AUR needed)
  2. set credential properties in .gitconfig
  3. gpg --list-keys
  4. make sure gpg-key is trusted via gpg --edit-key <gpg-id> then trust > 5 > j > quit
  5. pass init <gpg-id>
  6. push to remote, add credentials etc.
  7. for desktop use also consider installing git-credential-manager-core-extras later