From eb078577237b343f2cccf8447f37666915a09276 Mon Sep 17 00:00:00 2001 From: momo Date: Sun, 15 Mar 2020 11:30:08 +0100 Subject: [PATCH] added initial git configuration and corrected git clone command --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e11b8ff..ccdbc8c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Linux Distributions, install them like this: Now you can clone the repository: - $ ssh://git@gitlab.hamburg.ccc.de:4242/cryptoparty/website-content.git + $ git clone ssh://git@gitlab.hamburg.ccc.de:4242/cryptoparty/website-content.git If this doesn't work, you may need to add a ssh authentication key to your gitlab profile on [this page]: @@ -24,6 +24,11 @@ Furthermore, you need to checkout the submodules: website-content $ git submodule init website-content $ git submodule update +Let's configure git: + + $ git config user.name "Jane Doe" + $ git config user.email "jane@doe.org" + Building and making changes ---------------------------