# Automatically Sign Your Commits To automatically sign all of your commits (which may be overkill), you can simply update your ~/.gitconfig file by running the below command: git config --global commit.gpgsign true Otherwise, run the below command per repository by navigating to the directory of the repo: git config commit.gpgsign true