Dear Team,
Trust you are doing well.
I would like to transfer the repository from Shubham_X1012892 workspace to omniitcommerce by keeping the repository and it's branches with in the workspace Shubham_X1012892. It means cloning of the repository from Shubham_X1012892 to omniitcommerce. Please advise.
Thanks
Harsha
The way you describe it is not a "transfer" but a copy of the original repository in another workspace.
For that:
From this point, you can work on the local clone and selectively push to "origin", to "new" or both.
Apologies for delay in response. Thanks @Aron Gombas _Midori_ for your response.
This will allow to push one branch at a time. Is there anyway to pull all the branches from one repository to another repository?
Thanks
Harsha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, no.
When you clone a repository, it will clone all branches and then the push will be push all branches. It will be a complete "copy". That's the default behavior of Git.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.