Replies: 1 comment 4 replies
-
Hi @davinishi You can use If you have branches with different collections data, then the extension will load from that branch, assuming the requests data is stored in root of the branch. When you change the branch you need to manually refresh the sidebar data with reload data icon
Let me know if you have any further questions |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was looking forward for a http client capable to integrate with git which would enhance sharing capabilities across teams.
After investing some time configuring it, this is my concept:
This concept works great for what I was looking for, but there is one minor problem, I would like to have one master branch aggregating all the collections but not losing the ease of having the children branches containing independent sets of collections.
Updating one child branch, would affect the master branch but not the other children branches.
Q1: Is this possible?
Q2: Is this achievable using git submodules? (I tried but couldn't make it work)
Q3: Is there a better way to achive the same or better result?
Q4: Was the "Workspace Relative Path" created for this?
Q5: Can we have a more detailed tutorial on how to configure "Workspace Relative Path"? I cracked my head trying to figure out how to use it.
Beta Was this translation helpful? Give feedback.
All reactions