On Sun, Feb 5, 2012 at 7:38 PM, r2p2 <r2p2...@googlemail.com> wrote: > Hey, I read thereĀ http://git-blame.blogspot.com/2012/01/git-179.html that > git supports gpg signed commits since version 1.7.9. Thanks to arch linux I > have 1.7.9. But I can't find documentation on how to do that. >
Here is an example 1. Apply the signed TAG $ git tag -f -s for-linus <your-local-branch-name-that-you-want-linus-to-pull> .. write a message that explains the commit/tag .. .. git will ask you for your passphrase .. 2. Push the tag to your repository $ git push -f <GIT URL> refs/tags/for-linus Thanks and Regards, Prasad > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/git-users/-/Ujm3kYjOqmIJ. > To post to this group, send email to git-users@googlegroups.com. > To unsubscribe from this group, send email to > git-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/git-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.