Skip to content
Snippets Groups Projects
Commit e1c251d6 authored by Vilem Ded's avatar Vilem Ded
Browse files

Merge branch 'issue-66' into 'develop'

New card: git installation and setup instructions

See merge request !120
parents ae8a8e75 22e33a0c
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,7 @@ redirect_from:
---
# Git clients
## Installation of Git
You can find installers for Windows, MacOS and Linux on the [Git webpage](https://git-scm.com/downloads).
Installation instructions are provided [here](https://howto.lcsb.uni.lu/?contribute:install-git).
## GUI clients
......@@ -30,4 +28,4 @@ There are also several IDEs (integrated development environments) that have git
* [Visual Studio Code](https://code.visualstudio.com/)
* [Atom](https://atom.io/)
* [IntelliJ](https://www.jetbrains.com/idea/)
* [PyCharm](https://www.jetbrains.com/pycharm/)
* [PyCharm](https://www.jetbrains.com/pycharm/)
\ No newline at end of file
---
layout: page
permalink: /external/contribute/install-git/
shortcut: contribute:install-git
redirect_from:
- /cards/contribute:install-git
- /external/cards/contribute:install-git
---
# Installation of Git
Several git clients are presented [here](https://howto.lcsb.uni.lu/?contribute:git-clients).
For most of the git clients, `git` is actually required to be installed on the system. You can find installers for Windows, MacOS and Linux on the [Git webpage](https://git-scm.com/downloads).
If you are using Visual Studio Code, and if you want to contribute to a repository hosted on the [LCSB Gitlab](https://git-r3lab.uni.lu), you will need to verify the host key first before you are able to clone or push to a repository. For this, open a terminal (on Linux or macOS) or Git Bash (on Windows), and type:
```bash
ssh git@git-r3lab-server.uni.lu -p8022
```
Then, press Enter and type `yes`. This will add the git-r3lab server to the known hosts on your system.
\ No newline at end of file
......@@ -29,6 +29,7 @@ The How-to cards are intended to provide practical guidance in implementing Data
<ul>
<li><a href="external/contribute/add-edit-card">How to add or edit a howto card</a></li>
<li><a href="external/contribute/git-clients">Git clients</a></li>
<li><a href="external/contribute/install-git">Installation of Git</a></li>
<li><a href="external/contribute/markdown">Markdown</a></li>
</ul>
......@@ -60,4 +61,4 @@ The How-to cards are intended to provide practical guidance in implementing Data
</ul>
</div>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment