diff --git a/external/git-clients/git-clients.md b/external/git-clients/git-clients.md
new file mode 100644
index 0000000000000000000000000000000000000000..f86b164a3d0b00063d0332990e90d988c59d241a
--- /dev/null
+++ b/external/git-clients/git-clients.md
@@ -0,0 +1,30 @@
+---
+layout: page
+permalink: /external/git-clients/
+---
+
+# Git clients
+
+## Installation of Git
+
+You can find installers for Windows, MacOS and Linux on the [Git webpage](https://git-scm.com/downloads).
+
+## GUI clients
+
+Here is a list of suggested Git GUI clients:
+
+* [Sourcetree](https://www.sourcetreeapp.com)
+* [Fork](https://git-fork.com)
+* [SmartGit](https://www.syntevo.com/smartgit/)
+
+You can find more clients on the [Git webpage](https://git-scm.com/downloads/guis).
+
+## IDEs
+
+There are also several IDEs (integrated development environments) that have git functionalities included:
+
+* [GitLab WebIDE](https://docs.gitlab.com/ee/user/project/web_ide/)
+* [Visual Studio Code](https://code.visualstudio.com/)
+* [Atom](https://atom.io/)
+* [IntelliJ](https://www.jetbrains.com/idea/)
+* [PyCharm](https://www.jetbrains.com/pycharm/)
diff --git a/index.md b/index.md
index 9e417eaba5b05fe3c01dbcd71366adc446f4f7ad..f16de6da14094b7d8ea268740c5f079c7ff75232 100644
--- a/index.md
+++ b/index.md
@@ -14,3 +14,4 @@ Bioinformatics Core assists Luxembourg Centre for Systems Biomedicine ([LCSB](ht
   * [Registering human-subject data to DAISY](./external/daisy/)
   * [Markdown markup language](./external/markdown/)
   * [LUMS account](./external/lums-passwords)
+  * [Git clients](./external/git-clients/)