Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, and thank you for this awesome plugin!
Using the Git CLI, I can configure multiple push url for a single origin. This is quite interesting, especially when using multiple cloud providers in order to backup our work in case of a catastrophic failure.
In order to do that, we can use the following command.
That way, in a single push, I can have my work saved to many cloud provider.
I notice it is possible to add a
pushUrl
usingneogit
, but it looks like only one pushUrl is allowed, whereas usinggit
, we can set up mulitple push URLs.In this case (after using the
git
CLI to add multiple push URLs), Neogit isn't capable of displaying them all here.Maybe there is a special syntax that allows delimiting multiple URLs?
If so, I would like to know!
If not, I would like to know if this is a feature that could be added to neogit.
Thank you!
P.S. : I would also like to know the difference between
push
andpushUrl
here.Beta Was this translation helpful? Give feedback.
All reactions