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
Thanks for the feature request! Although browserpass is not using pass under the hood (the only dependency today is gpg), we do like to be compatible with it - pass doesn't do git pushes, but it does indeed do git commits, so we should consider this as well. I'll transfer this to the extension repo for more visibility, since if we were to do it, it's likely going to involve extension changes as well (e.g. to configure location of git binary).
maximbaz
transferred this issue from browserpass/browserpass-native
Apr 10, 2024
maximbaz
changed the title
Created passwords are not added to git
Feature request: git commit new & changed passwords
Apr 10, 2024
General information
Operating system + version: NixOS, linux 6.1
Browser + version: Firefox 123
Information about the host app:
NixOS:
programs.browserpass.enable = true;
$ browserpass --version
): 3.1.0Information about the browser extension:
pkgs.firefox.override { enableBrowserpass = true; }
Using gopass 1.15.11 with an alias to
pass
Exact steps to reproduce the problem
git status
in ~/.password-storeWhat should happen?
Created file should be committed
What happened instead?
untracked file, no commit
The text was updated successfully, but these errors were encountered: