On Sun, 28 Apr 2013, Andre Klärner wrote: > Btw: is there a way to support anonymnous checkouts while auto-configuring > the resulting repo for ssh-based push? Has someone already done this? Yes: I use this in ~/.gitconfig: [url "ssh://ma/~/local/git/"] pushInsteadOf = http://spw.sdf.org/git/ and then mr clones from the urls http://spw.sdf.org/git/zsh.git etc. Sean