added initial git configuration and corrected git clone command

This commit is contained in:
momo 2020-03-15 11:30:08 +01:00
commit eb07857723

View file

@ -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
---------------------------