I just started using git and I install git and gpg via homebrew. For some reason, I get this error when i do git commit I looked at so...
Is there an easy way to make Git always signs each commit or tag that is created? I tried it with something like: alias commit = commit -S But...