Version control » History » Revision 8
Revision 7 (Greg Burri, 07/20/2009 10:25 AM) → Revision 8/15 (Greg Burri, 07/24/2009 01:26 PM)
h1. Version control See [[Guidelines#Version-number|here]] for the version numbers guidelines. There is a complete web access "here":http://git.euphorik.ch/index.cgi?p=aybabtu.git;a=summary h2. Public access <pre> git clone git://dev.euphorik.ch/aybabtu.git git://dev.euphorik.ch/aybabtu </pre> h2. Full access to the bare repository (Need authentication by a RSA public key) <pre> git clone ssh://git@dev.euphorik.ch/aybabtu.git </pre>