Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign in commits #11

Closed
extsoft opened this issue Aug 11, 2017 · 1 comment
Closed

Sign in commits #11

extsoft opened this issue Aug 11, 2017 · 1 comment
Assignees
Labels

Comments

@extsoft
Copy link
Contributor

extsoft commented Aug 11, 2017

  1. https://nathanielhoag.com/blog/2016/09/05/signing-commits-in-git/
  2. https://gist.github.com/ankurk91/c4f0e23d76ef868b139f3c28bde057fc
@extsoft
Copy link
Contributor Author

extsoft commented Dec 6, 2019

Sample steps

gpg --list-secret-keys $(git config --local user.email)
git config --local user.signingkey xxxxx
git config --local gpg.program $(type -p gpg)
git config --local commit.gpgsign true
git config --local tag.forceSignAnnotated true
git config --local tag.gpgSign true

@extsoft extsoft self-assigned this Dec 31, 2019
extsoft added a commit that referenced this issue Dec 31, 2019
If there is `gpg` program available, Elegant Git will try to configure
signing for the Git objects during execution of `acquire-repository`
command.

#11
extsoft added a commit that referenced this issue Dec 31, 2019
If there is `gpg` program available, Elegant Git will try to configure
signing for the Git objects during execution of `acquire-repository`
command.

Now `read` addon supports values with spaces also.

#11
extsoft added a commit that referenced this issue Dec 31, 2019
If there is `gpg` program available, Elegant Git will try to configure
signing for the Git objects during execution of `acquire-repository`
command.

Now `read` addon supports values with spaces also.

#11
@extsoft extsoft closed this as completed Dec 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant