git-secret
git-secret copied to clipboard
:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
Hi. I'm using `git-secret` on a project, and recently, making a commit, I realized these files had changed: ``` .gitsecret/keys/pubring.kbx | Bin 12366 -> 9889 bytes .gitsecret/keys/pubring.kbx~ | Bin 9858...
This is a feature request/suggestion. Instead of [or perhaps in addition to] storing a keyring locally, it would be neat to have a list of trusted people by public URLs...
Are there any tools that are capable of managing multiple git-secret repositories at once? For example, somebody of our team will leave and two new members will join. This implies...
See #502 (Edit: and #863 ) Also maybe git-secret should offer a warning if it sees it's going to clobber an unencrypted file (perhaps only when user has not specified...
See https://davesteele.github.io/gpg/2014/09/20/anatomy-of-a-gpg-key/ May relate to "my keyring has multiple keys" issues
I got this email recently from NameCheap, where `git-secret.io` was registered. Later I got this one: They asked me about "a public statement". So, here it is: fuck you! To...
@sobolevn how do you feel about a new 0.5.0 release?
showing the gpg commands that we're running would help users to understand how git-secret internally operates. This would also help users and developers debug and fix issues such as expired...
We should put some tricks for debugging (although rarely needed) in the docs. In particular, I find the trick of running `git-secret` using `bash -x` useful. For example, instead of...
What are the steps to reproduce this issue? ------------------------------------------- 1. Create a GPG key with an email starting with a digit: `[email protected]` 2. Add said GPG key to your git...