Repositories
mainline
mainline repository that contains all the code examples.
-
Cloning this repository:
git clone git://gitorious.org/badam-halwa-of-embedded-systems/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/badam-halwa-of-embedded-systems/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
hermes-clone
-
Cloning this repository:
git clone git://gitorious.org/~hermes/badam-halwa-of-embedded-systems/hermes-clone.git hermes-clone cd hermes-clone
Add this repository as a remote to an existing local repository:
git remote add hermes-clone git://gitorious.org/~hermes/badam-halwa-of-embedded-systems/hermes-clone.git git fetch hermes-clone git checkout -b my-local-tracking-branch hermes-clone/master_or_other_branch
atulajoshi24s-clone
-
Cloning this repository:
git clone git://gitorious.org/~atulajoshi24/badam-halwa-of-embedded-systems/atulajoshi24s-clone.git atulajoshi24s-clone cd atulajoshi24s-clone
Add this repository as a remote to an existing local repository:
git remote add atulajoshi24s-clone git://gitorious.org/~atulajoshi24/badam-halwa-of-embedded-systems/atulajoshi24s-clone.git git fetch atulajoshi24s-clone git checkout -b my-local-tracking-branch atulajoshi24s-clone/master_or_other_branch
shakthimaans-clone
-
Cloning this repository:
git clone git://gitorious.org/~shakthimaan/badam-halwa-of-embedded-systems/shakthimaans-clone.git shakthimaans-clone cd shakthimaans-clone
Add this repository as a remote to an existing local repository:
git remote add shakthimaans-clone git://gitorious.org/~shakthimaan/badam-halwa-of-embedded-systems/shakthimaans-clone.git git fetch shakthimaans-clone git checkout -b my-local-tracking-branch shakthimaans-clone/master_or_other_branch
trnkrishnas-clone
-
Cloning this repository:
git clone git://gitorious.org/~trnkrishna/badam-halwa-of-embedded-systems/trnkrishnas-clone.git trnkrishnas-clone cd trnkrishnas-clone
Add this repository as a remote to an existing local repository:
git remote add trnkrishnas-clone git://gitorious.org/~trnkrishna/badam-halwa-of-embedded-systems/trnkrishnas-clone.git git fetch trnkrishnas-clone git checkout -b my-local-tracking-branch trnkrishnas-clone/master_or_other_branch

