Repositories
ecrire
Divers textes. Voir https://wiki.koumbit.net/TheAnarcat/HistoireInternet pour la version la plus à jour.
-
Cloning this repository:
git clone git://gitorious.org/ecrire/ecrire.git ecrire cd ecrire
Add this repository as a remote to an existing local repository:
git remote add ecrire git://gitorious.org/ecrire/ecrire.git git fetch ecrire git checkout -b my-local-tracking-branch ecrire/master_or_other_branch
presentations
Vous trouverez les sources des présentations: more…
-
Cloning this repository:
git clone git://gitorious.org/ecrire/presentations.git presentations cd presentations
Add this repository as a remote to an existing local repository:
git remote add presentations git://gitorious.org/ecrire/presentations.git git fetch presentations git checkout -b my-local-tracking-branch presentations/master_or_other_branch
git-now
Tutoriel git de base
-
Cloning this repository:
git clone git://gitorious.org/ecrire/git-now.git git-now cd git-now
Add this repository as a remote to an existing local repository:
git remote add git-now git://gitorious.org/ecrire/git-now.git git fetch git-now git checkout -b my-local-tracking-branch git-now/master_or_other_branch
lelutins-git-now
-
Cloning this repository:
git clone git://gitorious.org/~lelutin/ecrire/lelutins-git-now.git lelutins-git-now cd lelutins-git-now
Add this repository as a remote to an existing local repository:
git remote add lelutins-git-now git://gitorious.org/~lelutin/ecrire/lelutins-git-now.git git fetch lelutins-git-now git checkout -b my-local-tracking-branch lelutins-git-now/master_or_other_branch

