Skip to content

Commit

Permalink
post: fix command options order in sign-git-commit-with-gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdayo committed May 4, 2024
1 parent c48104c commit ec9f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/sign-git-commit-with-gpg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ mkdir testgpg
$ cd testgpg
$ touch abc.txt
$ git add .
$ git commit -m -S "test gpg key"
$ git commit -S -m "test gpg key"
```

这里提交时的 `-S` 选项,表示我们使用 GPG 签名这次提交。
Expand Down

0 comments on commit ec9f41b

Please sign in to comment.