-
Notifications
You must be signed in to change notification settings - Fork 9
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
Show git-send-email example #74
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Daniel Gray <[email protected]>
Signed-off-by: Daniel Gray <[email protected]>
Off-topicnot that you have to, but it would be great if you could add me as a co-author, i am sewn. |
README.md
Outdated
If you want to use this with [`git-send-email`](https://git-scm.com/docs/git-send-email) you'll need to: | ||
|
||
1. [Set Git Credential Helper](#set-git-credential-helper) | ||
2. Put your password in `.../gopass/stores/root/git/example.com_465/username.gpg` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to use the secret name here, that is git/example.com_465/usename
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that might be a better wording, not literal password but secret that is encrypted.
README.md
Outdated
|
||
1. [Set Git Credential Helper](#set-git-credential-helper) | ||
2. Put your password in `.../gopass/stores/root/git/example.com_465/username.gpg` | ||
3. Include `[sendemail]` like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do you include this snippet? I your .gitconfig
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be either, i re-worded that and also linked to the example rather than providing one.
Signed-off-by: Daniel Gray <[email protected]>
Co-Authored-By: sewn <[email protected]> Signed-off-by: Daniel Gray <[email protected]>
@apprehensions done, didn't recognize your name. |
Resolves #73
I have to admit I wasted quite a bit of time figuring this out, as did someone I chatted with in the #aerc IRC channel, because not really documented anywhere.