Version control » History » Revision 7
Revision 6 (Greg Burri, 07/07/2009 04:27 PM) → Revision 7/15 (Greg Burri, 07/20/2009 10:25 AM)
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
</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>