@Vineet S - Thanks for the question and using MS Q&A platform.
Azure Data Factory is associated with a single repository and it is not possible to directly move a branch from one repository to another.
However, I can tell you that moving a branch from one repository to another repository in Azure Data Factory is not a straightforward process and requires some coding.
One way to move a branch from one repository to another is to clone the source repository, create a new branch in the target repository, and then push the changes to the target repository. Here are the high-level steps:
- Clone the source repository to your local machine using Git command line or a Git client like Visual Studio Code.
- Checkout the branch that you want to move to the target repository.
- Create a new branch in the target repository using Git command line or the Git client.
- Push the changes from the source repository to the new branch in the target repository.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.