aboutsummaryrefslogtreecommitdiff
git.puredata.info

reporting problems

Please report any problems with this repository via GitHub tickets.

svn2git

For general info about the svn2git section on this server, check this page.

cloning/forking

We don't provide forking functionality, but it is easy to clone a repository to your own server. Once you have pushed your clone to a public server, it would be great if you could tell us, so we can add a URL to your repository to the Clone links.

rough workflow

  1. create a new (empty) repository on your server
  2. clone the repository from git.puredata.info
  3. push the cloned repository to your server

example

in detail (using github, but others will be similar): - go to github, create a new and empty repository e.g. https://github.com/umlaeute/pd-iemnet

git clone http://git.puredata.info/cgit/svn2git/libraries/iemnet.git/
cd iemnet
git checkout -b master
git remote set-url origin https://github.com/umlaeute/pd-iemnet
git remote prune origin
git push origin -u master