You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

75 lines
1.0 KiB

= git Intro !
Apostolos rootApostolos@swarmlab.io
// Metadata:
:description: Git Intro
:keywords: doc
:data-uri:
:toc: right
:toc-title: Πίνακας περιεχομένων
:toclevels: 4
:source-highlighter: highlight
:icons: font
:sectnums:
{empty} +
[[cheat-clone]]
== clone from the Swarmlab repository
To browse repos go to https://git.swarmlab.io:3000
find a repo, click on HTTPS button and and copy URL
Make sure you have Git installed, you can check with:
```
$ git --version
```
Go to the directory you want to install repo into and clone the repository.
This example gets the **swarmlab-adoc** repo
```
$ mkdir myrepo
$ cd myrepo
$ git -c http.sslverify=false clone https://git.swarmlab.io:3000/swarmlab/swarmlab-adoc.git
$ cd swarmlab-adoc
```
Read INSTALL.md
:hardbreaks:
{empty} +
{empty} +
{empty}
:!hardbreaks:
'''
.Reminder
[NOTE]
====
:hardbreaks:
Caminante, no hay camino,
se hace camino al andar.
Wanderer, there is no path,
the path is made by walking.
*Antonio Machado* Campos de Castilla
====