I use password-store on my desktop in a setup where it makes sense to have multiple branches. My master branch was not up to date, and while a simple fast-forward is sufficient in my case, I can imagine cases where reconciling master with various branches is impractical.
Is there an option to override using master as the git branch that Android-Password-Store syncs to?
I'd love to see this too. My use case: two branches in my repo, one for personal passwords and one for work passwords. Neither is master.
Minimal, adequate solution: preferred branch name is editable in settings (default value "master"). A more full fledged implementation would have a UI element that allows switching between available branches.
I haven't done Android dev before, but I'll take a look and see if this Improvement is something I can do in my Copious Free Time.
I would love to see this as well. I've been using a personal and work branch for a while.
Most helpful comment
I'd love to see this too. My use case: two branches in my repo, one for personal passwords and one for work passwords. Neither is
master.Minimal, adequate solution: preferred branch name is editable in settings (default value "master"). A more full fledged implementation would have a UI element that allows switching between available branches.
I haven't done Android dev before, but I'll take a look and see if this Improvement is something I can do in my Copious Free Time.