|
|
|
Either use github see https://github.com/Singular/Sources/wiki/How-To-Contribute
or use ressources in KL:
|
clone the repository: git clone git://www.singular.uni-kl.de/Singular.git
|
|
select the branch to use: git checkout spielwiese or git checkout master
|
|
cd Singular;edit/compile/test
|
|
commit to your local repository: git commit -a
|
|
Prepare patches for e-mail submission:
git format-patch origin
(or find the previous version by: git log
and use their hash instead of origin)
|
Ressources in KL:
|
TRAC
|
|
GIT git://www.singular.uni-kl.de/Singular.git
|
|
GITWEB
|
|