Support synchronizing to a git branch besides master #298
Milestone
Comments
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 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use
password-store
on my desktop in a setup where it makes sense to have multiple branches. Mymaster
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?The text was updated successfully, but these errors were encountered: