Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Multiple remotes support #707

Open
martinpcobo opened this issue Mar 10, 2024 · 1 comment
Open

[Enhancement] Multiple remotes support #707

martinpcobo opened this issue Mar 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@martinpcobo
Copy link

martinpcobo commented Mar 10, 2024

Currently this plugin only allows to push changes to the default remote automatically. My proposed enhancement would allow the user to select which remotes the plugin should automatically push the changes to after a commit.

In my case, I've been using one Git repository for source controlling my Vault and another one for backup/redundancy. Everytime I want to backup my vault, I have to manually go into the console and push the updates to my other remote.

Let me know if this makes sense.

@Vinzent03 Vinzent03 added the enhancement New feature or request label Mar 12, 2024
@Vinzent03
Copy link
Collaborator

I currently don't plan to implement that feature, because I don't think many people would use it. As a workaround, you should be able to use the "Set upstream branch" command to switch to a different branch, push and switch back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants