Skip to content

Commit

Permalink
Update security-gpg.md (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c authored Dec 5, 2023
1 parent 4baca7f commit 5add7a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/hub/security-gpg.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ Then add the `-S` flag to your `git commit` commands to sign your commits!
git commit -S -m "My first signed commit"
```

Once pushed on the Hub, you should see the commit with a "Verified" badge.
Once pushed on the Hub, you should see the commit with a "Verified" badge.

<Tip>
To sign all commits by default in any local repository on your computer, you can run <code>git config --global commit.gpgsign true</code>.
</Tip>

0 comments on commit 5add7a8

Please sign in to comment.