On Thu, 3 Sep 2015 20:21:27 +0200 Holger Wansing wrote: > > > I would have committed it myself, but I couldn't find how to checkout the > > > new git repo ... > > eg.: > > git clone -b master https://anonscm.debian.org/git/publicity/dpn.git > That would result in an anonymous checkout, without the possibility to commit > changes, right?
"no" in the sense of git world; you can "commit" changes; just cannot "push" there :) notice that I showed just an example to checkout the repo where I tested co just before the previous mail; and as long as you are a smart human, you will be able to find appropriate access method for you as said later :) > git clone git+ssh://git.debian.org/git/publicity/dpn.git > should work better IMO. also note that the root page of the repository at https://anonscm.debian.org/cgit/publicity/dpn.git/ shows some addresses :) Clone https://anonscm.debian.org/git/publicity/dpn.git git://anonscm.debian.org/publicity/dpn.git ssh://git.debian.org/git/publicity/dpn.git -- victory no need to CC me :-)