Skip to content

Instantly share code, notes, and snippets.

@ezalejski
Forked from 3noch/keybase+git-crypt.md
Created February 2, 2018 16:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezalejski/85bc6c3c6638f4269892154fdf24e9f4 to your computer and use it in GitHub Desktop.
Save ezalejski/85bc6c3c6638f4269892154fdf24e9f4 to your computer and use it in GitHub Desktop.
How to add a Keybase user to your repo using git-crypt
keybase pgp pull <keybase.io user>
gpg --edit-key <keybase.io user>
  > lsign
  > save
git-crypt add-gpg-user <keybase.io user>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment