Skip to content

Commit 0d7c582

Browse files
authored
Update commit command to use '-s' flag for signing
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a7b4fca commit 0d7c582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Please sign off your commits, to show that you agree to publish your changes und
4949
, and to indicate agreement with [Developer Certificate of Origin (DCO)](https://developercertificate.org/).
5050

5151
```shell
52-
git commit --signed-off ...
52+
git commit -s ...
5353
```

0 commit comments

Comments
 (0)