git-crypt
git-crypt copied to clipboard
Doc request: Explain where keys are stored
First time using, I saw Generating key...
Where is this key stored?
It's stored in the .git-crypt directory inside your repository. You can export it with export-key, as explained in the documentation.
AFAICT it's actually in the .git/git-crypt directory