You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/07-git-tools/sections/signing.asc
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -199,5 +199,6 @@ Merge made by the 'recursive' strategy.
199
199
==== Everyone Must Sign
200
200
201
201
Signing tags and commits is great, but if you decide to use this in your normal workflow, you'll have to make sure that everyone on your team understands how to do so.
202
+
This can be achieved by asking everyone working with the repository to run `git config --local commit.gpgsign true` to automatically have all of their commits in the repository signed by default.
202
203
If you don't, you'll end up spending a lot of time helping people figure out how to rewrite their commits with signed versions.
203
204
Make sure you understand GPG and the benefits of signing things before adopting this as part of your standard workflow.
0 commit comments