Repositories
fugitive
fugitive main (and single) repository.
-
Cloning this repository:
git clone git://gitorious.org/fugitive/fugitive.git fugitive cd fugitive
Add this repository as a remote to an existing local repository:
git remote add fugitive git://gitorious.org/fugitive/fugitive.git git fetch fugitive git checkout -b my-local-tracking-branch fugitive/master_or_other_branch
timthomas-fugitive
-
Cloning this repository:
git clone git://gitorious.org/~timthomas/fugitive/timthomas-fugitive.git timthomas-fugitive cd timthomas-fugitive
Add this repository as a remote to an existing local repository:
git remote add timthomas-fugitive git://gitorious.org/~timthomas/fugitive/timthomas-fugitive.git git fetch timthomas-fugitive git checkout -b my-local-tracking-branch timthomas-fugitive/master_or_other_branch
a3nms-fugitive
-
Cloning this repository:
git clone git://gitorious.org/~a3nm/fugitive/a3nms-fugitive.git a3nms-fugitive cd a3nms-fugitive
Add this repository as a remote to an existing local repository:
git remote add a3nms-fugitive git://gitorious.org/~a3nm/fugitive/a3nms-fugitive.git git fetch a3nms-fugitive git checkout -b my-local-tracking-branch a3nms-fugitive/master_or_other_branch
byrongibsons-fugitive
-
Cloning this repository:
git clone git://gitorious.org/~byrongibson/fugitive/byrongibsons-fugitive.git byrongibsons-fugitive cd byrongibsons-fugitive
Add this repository as a remote to an existing local repository:
git remote add byrongibsons-fugitive git://gitorious.org/~byrongibson/fugitive/byrongibsons-fugitive.git git fetch byrongibsons-fugitive git checkout -b my-local-tracking-branch byrongibsons-fugitive/master_or_other_branch
kyleterrys-fugitive
-
Cloning this repository:
git clone git://gitorious.org/~kyleterry/fugitive/kyleterrys-fugitive.git kyleterrys-fugitive cd kyleterrys-fugitive
Add this repository as a remote to an existing local repository:
git remote add kyleterrys-fugitive git://gitorious.org/~kyleterry/fugitive/kyleterrys-fugitive.git git fetch kyleterrys-fugitive git checkout -b my-local-tracking-branch kyleterrys-fugitive/master_or_other_branch
benjamirs-fugitive
-
Cloning this repository:
git clone git://gitorious.org/~benjamir/fugitive/benjamirs-fugitive.git benjamirs-fugitive cd benjamirs-fugitive
Add this repository as a remote to an existing local repository:
git remote add benjamirs-fugitive git://gitorious.org/~benjamir/fugitive/benjamirs-fugitive.git git fetch benjamirs-fugitive git checkout -b my-local-tracking-branch benjamirs-fugitive/master_or_other_branch

