added initial git configuration and corrected git clone command
This commit is contained in:
parent
4e0d9488ad
commit
eb07857723
1 changed files with 6 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Linux Distributions, install them like this:
|
||||||
|
|
||||||
Now you can clone the repository:
|
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
|
If this doesn't work, you may need to add a ssh authentication key to
|
||||||
your gitlab profile on [this page]:
|
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 init
|
||||||
website-content $ git submodule update
|
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
|
Building and making changes
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue