是否有一种简单的方法让Git总是为每次创建的提交或标记签名?
我尝试过这样的东西:
alias commit = commit -S
But that didn't do the trick.
I don't want to install a different program to make this happen. Is it doable with ease?
Just a side question, maybe commits shouldn't be signed, only tags, which I never create, as I submit single commits for a project like Homebrew, etc.