Git Repository

The Synchronet Source Repository is now located in personally-hosted GitLab1).

You can download source archives from the GitLab web UI (e.g. sbbs-master.zip or sbbs-master.tar.gz), but the preferred method is to clone the repository (repo).

On Debian-based Linux systems (e.g. Ubuntu), you can install Git as follows:

$ sudo apt install git

For instructions on downloading/installing Git on other systems, go here.

To clone the repository to your local system (into a directory named ~/sbbs/repo) using unauthenticated HTTPS:

$ git clone https://gitlab.synchro.net/main/sbbs.git ~/sbbs/repo

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:main/sbbs.git ~/sbbs/repo

Mirrors

The Synchronet Source Repository is mirrored (e.g. for faster downloads/cloning) at:

A simple web log of Synchronet Git commits is viewable at http://git.synchro.net/gitpushlog.ssjs.

See Also

1)
as of August 2020
dev/git.txt · Last modified: 2022/11/03 12:53 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0