git-crypt
2014-10-22 00:38:52.928362+00 by Dan Lyke 2 comments
I have a directory full of text files that include a few passwords. I'd love to toss this folder in a git repo, because I sometimes want to edit things elsewhere, and a backup is nice, but I also don't want to necessarily put those passwords in a version controlled repo on my fully exposed network hosts.
Looks like https://github.com/AGWA/git-crypt is the solution.