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
Git supports GPG signing of commits. I use this on my password repo due to its sensitive nature. It'd be great if I could do this for passwords generated on Pass for iOS.
The text was updated successfully, but these errors were encountered:
I agree with you, but we rely on the objective-git project currently which does not support GPG commit signing (libgit2/objective-git#687) right now. We have to either wait for this feature or directly use API (git_commit_create_with_signature) provided by libgit2.
Git supports GPG signing of commits. I use this on my password repo due to its sensitive nature. It'd be great if I could do this for passwords generated on Pass for iOS.
The text was updated successfully, but these errors were encountered: