Repositories
st-sj
Stæsj main repo
-
Cloning this repository:
git clone git://gitorious.org/st-sj/st-sj.git st-sj cd st-sj
Add this repository as a remote to an existing local repository:
git remote add st-sj git://gitorious.org/st-sj/st-sj.git git fetch st-sj git checkout -b my-local-tracking-branch st-sj/master_or_other_branch
minchs-st-sj
-
Cloning this repository:
git clone git://gitorious.org/~minch/st-sj/minchs-st-sj.git minchs-st-sj cd minchs-st-sj
Add this repository as a remote to an existing local repository:
git remote add minchs-st-sj git://gitorious.org/~minch/st-sj/minchs-st-sj.git git fetch minchs-st-sj git checkout -b my-local-tracking-branch minchs-st-sj/master_or_other_branch

