Using Git Secrets
In my Using PDM posts, I mentioned that I was rebuilding
the backup tools for my blog. Using such tools requires that I keep a couple of
my passwords, the ones I use for databases, in plain text, which is clearly not
ideal, especially not if I want to use GIT to manage them. I decided to try
using git secret
to store my credentials. Here's how it works.