1 changed files with 75 additions and 0 deletions
@ -0,0 +1,75 @@ |
|||
= 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.vlabs.uniwa.gr: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.vlabs.uniwa.gr:3000/swarmlab/swarmlab-adoc.git |
|||
$ cd swarmlab-adoc |
|||
``` |
|||
|
|||
Read INSTALL.md |
|||
|
|||
|
|||
INFO: 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 |
|||
==== |
Loading…
Reference in new issue