Repositories
mainline
-
Cloning this repository:
git clone git://git.sugarlabs.org/slideruler/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://git.sugarlabs.org/slideruler/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
walterandignacioport-mainline_slide
-
Cloning this repository:
git clone git://git.sugarlabs.org/+walterandignacioport/slideruler/walterandignacioport-mainline_slide.git walterandignacioport-mainline_slide cd walterandignacioport-mainline_slide
Add this repository as a remote to an existing local repository:
git remote add walterandignacioport-mainline_slide git://git.sugarlabs.org/+walterandignacioport/slideruler/walterandignacioport-mainline_slide.git git fetch walterandignacioport-mainline_slide git checkout -b my-local-tracking-branch walterandignacioport-mainline_slide/master_or_other_branch