I am using GIT on Visual Studio Online for my source control. I want to move a project from my personal VSO account to my business VSO account. E.g. existing project from account1.visualstudio.com to account2.visualstudio.com
I am using VS2013. Any idea how to do this? Thanks
git remote add
)git push
to the new remote you added in step 2, using your business VSO account's credentialsIf you want to push all branches from the origin remote to your new remote (and not just the commits under your current branch) you'll need to use something like git push newRemote refs/remotes/origin/*:refs/heads/*
. You might also want to consider pushing tags as well, if you've been using them.
If you're just moving source code, that's really easy. Just create the new VSO project, and then add your local repository to it.
Follow the steps here: http://www.alexandervanwynsberghe.be/moving-existing-git-repository-tfservicetfs-2013/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With