Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:git [2020/08/29 00:56] – Mention the github.com and gitlab.com mirrors digital mandev:git [2022/11/03 12:53] (current) – [See Also] added link to How-to page digital man
Line 4: Line 4:
  
 You can download source archives from the GitLab web UI (e.g. [[https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.zip|sbbs-master.zip]] or [[https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.tar.gz|sbbs-master.tar.gz]]), but the preferred method is to //clone// the repository (repo). You can download source archives from the GitLab web UI (e.g. [[https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.zip|sbbs-master.zip]] or [[https://gitlab.synchro.net/sbbs/sbbs/-/archive/master/sbbs-master.tar.gz|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 [[https://git-scm.com/|here]].
  
 To clone the repository to your local system (into a directory named ''~/sbbs/repo'') using unauthenticated HTTPS: To clone the repository to your local system (into a directory named ''~/sbbs/repo'') using unauthenticated HTTPS:
-  $ git clone https://gitlab.synchro.net/sbbs/sbbs.git ~/sbbs/repo+  $ 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''): 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 ~/sbbs/repo+  $ git clone git@gitlab.synchro.net:main/sbbs.git ~/sbbs/repo
      
 ===== Mirrors ===== ===== Mirrors =====
 The Synchronet Source Repository is mirrored (e.g. for faster downloads/cloning) at: The Synchronet Source Repository is mirrored (e.g. for faster downloads/cloning) at:
-  * https://github.com/rswindell/sbbs +  * https://github.com/SynchronetBBS/sbbs 
-  * https://gitlab.com/synchronet/sbbs+  * https://gitlab.com/SynchronetBBS/sbbs
  
  
Line 21: Line 25:
  
   * [[http://git.synchro.net|Synchronet Source Repository Web Page]]   * [[http://git.synchro.net|Synchronet Source Repository Web Page]]
-  * [[dev:cvs|Synchronet Source Repository Wiki Page]]+  * [[howto:git|How-to use the Synchronet Git Repository]] 
 +  * [[dev:cvs|Synchronet CVS Repository (deprecated/legacy)]]
  
 {{tag>git cvs}} {{tag>git cvs}}
  
dev/git.1598687793.txt · Last modified: 2020/08/29 00:56 by digital man
Back to top
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0