... | ... | @@ -23,12 +23,13 @@ Once you have an authentication method set up, you can paste the clone URL behin |
|
|
git clone https://webis16.medien.uni-weimar.de/gitlab/webisstud/wstud-clickbait-ws16.git
|
|
|
```
|
|
|
|
|
|
With SSH this would be:
|
|
|
With SSH this would be: (note the different domain name)
|
|
|
|
|
|
```
|
|
|
git clone git@webis.uni-weimar.de:webisstud/wstud-clickbait-ws16.git
|
|
|
```
|
|
|
(note the different domain name!)
|
|
|
|
|
|
Both URLs can be looked up and copied from the project page in GitLab.
|
|
|
|
|
|
If you need further instructions on working with Git from the command line, you can find many good tutorials online, such as the following:
|
|
|
|
... | ... | |