browserpass-native
browserpass-native copied to clipboard
Implement git commit after save
Fixes https://github.com/browserpass/browserpass-extension/issues/347
Thanks! I think this is a good first step - ping @erayd for feedback too.
In order to fully implement the feature request, I think we need at least to do the following:
- Add ability to configure path to
gitbinary, just like we do forgpg- I believe this can be configured in.browserpass.jsonas well as in extension settings. - Correctly deal with situations when password store is not a git repo.
- Also git commit deleted files (
deleteaction)