Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transparent Git encryption using GPG #69

Conversation

arcticicestudio
Copy link
Owner

Closes #64

Added a global "."itattributes" "ile and configured the global
".gitconfig" file to apply a transparent git encryption with "smudge"
and "clean" (diff) filters using GPG (1) to process files just before
they’re checked out and just before they’re staged.

References:

  * https://git-scm.com/book/en/v2/images/smudge.png
  * https://git-scm.com/book/en/v2/images/clean.png
  * https://gist.github.com/shadowhand/873637
  (1) https://wiki.archlinux.org/index.php/GnuPG

GH-64
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Nov 16, 2017
@arcticicestudio arcticicestudio merged commit 32c24ce into develop Nov 16, 2017
@arcticicestudio arcticicestudio deleted the feature/gh-64-transparent-git-gpg-encryption-with-smudge-clean-filters branch November 16, 2017 19:06
@arcticicestudio arcticicestudio mentioned this pull request Sep 8, 2018
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant