Storing secrets in git
So I gave into the temptation to store "secret" data into a git repository. Of course, to keep things safer, I chose to use an encryption tool. So I tested:
git-secret
So, I tested git-secret. It seems to work but was in my opinion cumbersome.
Furthermore, the version …