Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
dev:git [2020/08/23 02:02] – [Git Repository] GitLab it is. digital mandev:git [2020/08/24 09:59] – [Git Repository] Add cloning instructions digital man
Line 1: Line 1:
 ====== Git Repository ====== ====== Git Repository ======
  
-The Synchronet Git repository is located at [[https://gitlab.synchro.net]].+The Synchronet Source Repository is now located in [[https://gitlab.synchro.net|GitLab]]((as of August 2020)). 
 + 
 +To clone the repository to your local system using unauthenticated HTTPS: 
 +  $ git clone https://gitlab.synchro.net/sbbs/sbbs.git 
 +   
 +To clone the repository to your local system using SSH (your public key must be configured for your user account at ''gitlab.synchro.net''): 
 +  $ git clone git@gitlab.synchro.net:sbbs/sbbs.git 
  
 A simple web log of Synchronet Git commits is viewable at [[http://git.synchro.net/gitpushlog.ssjs]]. A simple web log of Synchronet Git commits is viewable at [[http://git.synchro.net/gitpushlog.ssjs]].