Repositories
newtest
testing repo
-
Cloning this repository:
git clone git://git.pantoto.org/newtest/newtest.git newtest cd newtest
Add this repository as a remote to an existing local repository:
git remote add newtest git://git.pantoto.org/newtest/newtest.git git fetch newtest git checkout -b my-local-tracking-branch newtest/master_or_other_branch