Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dev:git [2012/10/31 18:18] – created rfrederick | dev:git [2022/11/03 12:53] (current) – [See Also] added link to How-to page digital man | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Git Repository ====== | ====== Git Repository ====== | ||
| - | For those wishing to browse and/or download the Synchronet | + | The Synchronet |
| - | Individual modules | + | You can download source archives from the GitLab web UI (e.g. [[https://gitlab.synchro.net/sbbs/sbbs/ |
| + | On Debian-based Linux systems (e.g. Ubuntu), you can install Git as follows: | ||
| + | $ sudo apt install git | ||
| + | For instructions on downloading/ | ||
| + | |||
| + | To clone the repository to your local system (into a directory named '' | ||
| + | $ git clone https:// | ||
| + | | ||
| + | To clone the repository to your local system using SSH (your public key must be configured for your user account at '' | ||
| + | $ git clone git@gitlab.synchro.net: | ||
| + | | ||
| + | ===== Mirrors ===== | ||
| + | The Synchronet Source Repository is mirrored (e.g. for faster downloads/ | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | A simple web log of Synchronet Git commits is viewable at [[http:// | ||
| ===== See Also ===== | ===== See Also ===== | ||
| - | * [[http://sbbsgit.rfrederick.net/|Read-Only Git Mirror of the Synchronet | + | * [[http://git.synchro.net|Synchronet |
| - | * [[http:// | + | * [[howto:git|How-to use the Synchronet |
| - | * [[dev: | + | * [[dev: |
| - | {{tag>}} | + | {{tag>git cvs}} |