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

feat: add support for user.signingKey #32

Open
ayakovlenko opened this issue May 14, 2024 · 0 comments
Open

feat: add support for user.signingKey #32

ayakovlenko opened this issue May 14, 2024 · 0 comments

Comments

@ayakovlenko
Copy link
Owner

ayakovlenko commented May 14, 2024

users:
  work: &work_user
    name: "John Doe"
    email: "john.doe@corp.com"
    sign:
      key: "<path to ssh key>"
      format: "ssh"

hosts:
  "github.com":
    overrides:
      - owner: "corp"
        user: *work_user

Set:

git config --local commit.gpgsign true

git config --local user.signingKey "<path to ssh key>"

git config --local  gpg.format ssh
@ayakovlenko ayakovlenko changed the title feat: add support for user.signingkey feat: add support for user.signingKey May 30, 2024
@ayakovlenko ayakovlenko added this to the 3.0.0 milestone Jun 2, 2024
@ayakovlenko ayakovlenko removed this from the 3.0.0 milestone Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant