branch movement

Vineet S 1,070 Reputation points
2024-10-19T15:24:32.0833333+00:00

How can we move branch from 1 repo to another repo... from an example

Branch1 move to devrepo-- UATRepo Branch1

Please share screenshot...to move it manually without codings

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,803 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 90,146 Reputation points Microsoft Employee
    2024-10-21T03:51:17.37+00:00

    @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:

    1. Clone the source repository to your local machine using Git command line or a Git client like Visual Studio Code.
    2. Checkout the branch that you want to move to the target repository.
    3. Create a new branch in the target repository using Git command line or the Git client.
    4. 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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.