Move branch from one repo to the another #141666
Answered
by
softdev019
finadamcox
asked this question in
Repositories
-
Select Topic AreaQuestion BodyHi everyone! I'd like to move one branch from the repo to the another one. Please help me!!! |
Beta Was this translation helpful? Give feedback.
Answered by
softdev019
Oct 16, 2024
Replies: 1 comment
-
First you need to clone your project and fetch origin branch name |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
finadamcox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First you need to clone your project and fetch origin branch name
And checkout what you want
and set the destination repository git remote add destination link
and push it