Skip to content

Instantly share code, notes, and snippets.

@boina-n
Forked from 3noch/keybase+git-crypt.md
Last active June 1, 2020 18:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save boina-n/f46b506ebcfc145f2ca71448110d1dbe to your computer and use it in GitHub Desktop.
Save boina-n/f46b506ebcfc145f2ca71448110d1dbe to your computer and use it in GitHub Desktop.
How to add a Keybase user to your repo using git-crypt
keybase track <keybase.io user>
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