= 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: include::header.adoc[] {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 TIP: The server only provides a self-signed certificategit. Skip SSL validation while cloning a Git repository: git -c http.sslverify=false ... :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 ====