Repositories
synaptiks-website
Sources of http://synaptiks.lunaryorn.de
-
Cloning this repository:
git clone git://gitorious.org/synaptiks/synaptiks-website.git synaptiks-website cd synaptiks-website
Add this repository as a remote to an existing local repository:
git remote add synaptiks-website git://gitorious.org/synaptiks/synaptiks-website.git git fetch synaptiks-website git checkout -b my-local-tracking-branch synaptiks-website/master_or_other_branch
synaptiks-old
Old sources of synaptiks (development has been moved to kde svn)
-
Cloning this repository:
git clone git://gitorious.org/synaptiks/synaptiks-old.git synaptiks-old cd synaptiks-old
Add this repository as a remote to an existing local repository:
git remote add synaptiks-old git://gitorious.org/synaptiks/synaptiks-old.git git fetch synaptiks-old git checkout -b my-local-tracking-branch synaptiks-old/master_or_other_branch
synaptiks
Current synaptiks sources. Mirrored from KDE playground using git svn. Rebases may occur in this repository, please see “RECOVERING FROM UPSTREAM REBASE” in “git rebase —help”.
-
Cloning this repository:
git clone git://gitorious.org/synaptiks/synaptiks.git synaptiks cd synaptiks
Add this repository as a remote to an existing local repository:
git remote add synaptiks git://gitorious.org/synaptiks/synaptiks.git git fetch synaptiks git checkout -b my-local-tracking-branch synaptiks/master_or_other_branch
synaptiks-doc
Current synaptiks documentation. Mirrored from KDE playground using git svn. Rebases may occur in this repository, please see “RECOVERING FROM UPSTREAM REBASE” in “git rebase —help”.
-
Cloning this repository:
git clone git://gitorious.org/synaptiks/synaptiks-doc.git synaptiks-doc cd synaptiks-doc
Add this repository as a remote to an existing local repository:
git remote add synaptiks-doc git://gitorious.org/synaptiks/synaptiks-doc.git git fetch synaptiks-doc git checkout -b my-local-tracking-branch synaptiks-doc/master_or_other_branch
cdauths-synaptiks
-
Cloning this repository:
git clone git://gitorious.org/~cdauth/synaptiks/cdauths-synaptiks.git cdauths-synaptiks cd cdauths-synaptiks
Add this repository as a remote to an existing local repository:
git remote add cdauths-synaptiks git://gitorious.org/~cdauth/synaptiks/cdauths-synaptiks.git git fetch cdauths-synaptiks git checkout -b my-local-tracking-branch cdauths-synaptiks/master_or_other_branch

