Skip to content

Instantly share code, notes, and snippets.

@mjuenema
Created July 3, 2017 09:01
Show Gist options
  • Save mjuenema/c37a52856edd2029315d38d1333d7a1f to your computer and use it in GitHub Desktop.
Save mjuenema/c37a52856edd2029315d38d1333d7a1f to your computer and use it in GitHub Desktop.
Git crypt

Git Crypt

$ git-crypt init
$ vim .gitattributes
secretfile filter=git-crypt diff=git-crypt
*.key      filter=git-crypt diff=git-crypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment