If you don't know how to use Git, you can find some tutorials out here.
Public clone url is:
git@www.gitcentral.com:hq68hztz832d3fm/mainline.git
You can clone the repository using the following command
git clone git@www.gitcentral.com:hq68hztz832d3fm/mainline.git
HTTP clone url is:
http://git.www.gitcentral.com/hq68hztz832d3fm/mainline.git
You can clone the repository using the following command
git clone http://git.www.gitcentral.com/hq68hztz832d3fm/mainline.git
Push url is:
git@www.gitcentral.com:hq68hztz832d3fm/mainline.git
You can run
git push git@www.gitcentral.com:hq68hztz832d3fm/mainline.git
or you can setup a remote by doing the following:
git remote add origin git@www.gitcentral.com:hq68hztz832d3fm/mainline.git
to push the master branch to the origin remote we added above:
git push origin master
after that you can just do:
git push