Repositories
mainline
A Git presentation/tutorial with illustrative examples made with LaTeX Beamer sources.
-
Cloning this repository:
git clone git://gitorious.org/di-git-ally-managing-love-letters/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/di-git-ally-managing-love-letters/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
jhelwig-clone
-
Cloning this repository:
git clone git://gitorious.org/~jhelwig/di-git-ally-managing-love-letters/jhelwig-clone.git jhelwig-clone cd jhelwig-clone
Add this repository as a remote to an existing local repository:
git remote add jhelwig-clone git://gitorious.org/~jhelwig/di-git-ally-managing-love-letters/jhelwig-clone.git git fetch jhelwig-clone git checkout -b my-local-tracking-branch jhelwig-clone/master_or_other_branch
sags-di-git-ally-managing-love-letters-clone
-
Cloning this repository:
git clone git://gitorious.org/~sagarun/di-git-ally-managing-love-letters/sags-di-git-ally-managing-love-letters-clone.git sags-di-git-ally-managing-love-letters-clone cd sags-di-git-ally-managing-love-letters-clone
Add this repository as a remote to an existing local repository:
git remote add sags-di-git-ally-managing-love-letters-clone git://gitorious.org/~sagarun/di-git-ally-managing-love-letters/sags-di-git-ally-managing-love-letters-clone.git git fetch sags-di-git-ally-managing-love-letters-clone git checkout -b my-local-tracking-branch sags-di-git-ally-managing-love-letters-clone/master_or_other_branch

