chore: fix version number

This commit is contained in:
Phorcys
2024-12-26 21:37:09 +01:00
committed by GitHub
parent ca92adfca4
commit a1446b4a34

View File

@@ -10,7 +10,7 @@ tags: [helper, git]
# git-commit-signing # git-commit-signing
> [!IMPORTANT] > [!IMPORTANT]
> This module will only work with Git version >=2.4, prior versions [do not support signing commits via SSH keys](https://lore.kernel.org/git/xmqq8rxpgwki.fsf@gitster.g/). > This module will only work with Git versions >=2.34, prior versions [do not support signing commits via SSH keys](https://lore.kernel.org/git/xmqq8rxpgwki.fsf@gitster.g/).
This module downloads your SSH key from Coder and uses it to sign commits with Git. This module downloads your SSH key from Coder and uses it to sign commits with Git.
It requires `curl` and `jq` to be installed inside your workspace. It requires `curl` and `jq` to be installed inside your workspace.