Start by cloning your CloudForge GIT repo
git clone https://my_user@my_domain.git.cloudforge.com/my_git_proj.git
(replace my_user, my_domain, my_git_proj with relevant details to your case)
Link the GIT repo to your SVN repo
cd my_git_proj/
git svn init https://my_domain.svn.cloudforge.com/my_svn_proj
git svn fetch
Push your local GIT repo to your CloudForge Repo
git push --all https://my_user@my_domain.git.cloudforge.com/my_git_proj.git
0 Comments