git-credential-manager icon indicating copy to clipboard operation
git-credential-manager copied to clipboard

Add Git repo awareness to GPG/Pass credential store

Open mjcheetham opened this issue 2 years ago • 2 comments

Update the GPG/Pass credential store to be aware of stores that are also Git repositories.

Like the pass command-line tool, if and when a credential file is edited (add/update/delete) and the store has been initialised as a Git repository, GCM will now add the file change and create a commit.

We make sure we don't fail the store/remove operation if the Git action fails - this is a best effort.

Should also help fix #657 along side with #739

mjcheetham avatar Jun 13 '22 14:06 mjcheetham

I love to know more about Cpypto currencies

IjobaFifti avatar Jun 30 '22 16:06 IjobaFifti

Please I don't know you.

On Wed, Aug 24, 2022, 5:20 PM MR ARIF @.***> wrote:

@.**** commented on this pull request.

src/shared/Core.Tests/GitTests.cs

— Reply to this email directly, view it on GitHub https://github.com/GitCredentialManager/git-credential-manager/pull/740#pullrequestreview-1084117266, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ4SI47DEBIISKEQ7C7B6YTV2ZDVJANCNFSM5YUQUUUQ . You are receiving this because you are subscribed to this thread.Message ID: <GitCredentialManager/git-credential-manager/pull/740/review/1084117266@ github.com>

ebibesty avatar Aug 24 '22 16:08 ebibesty

Closing as this should no longer be an issue now that we only write credentials to the store when they have been modified.

mjcheetham avatar Apr 17 '23 21:04 mjcheetham