Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp_introduction
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cp1_ws19
cpp_introduction
Commits
685d5215
You need to sign in or sign up before continuing.
Commit
685d5215
authored
5 years ago
by
Kevin Höllring
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
db001bfa
No related branches found
No related tags found
No related merge requests found
Pipeline
#31669
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
685d5215
...
...
@@ -44,6 +44,10 @@ Then with a terminal in the directory of your choice, run the command
```
git clone <repository_https_url>```
Or if you have already configured an ssh key (see your search engine of choice for how to generate one of those)
```
git clone
<repository_ssh_url>
```
Where `<repository_https_url>` can be obtained by clicking on the blue "clone" button on your repository page.
There will be one link starting with "https://" in the modal window popping up.
Copy that one and use it instead of `<repository_https_url>` to trigger the copying process.
...
...
@@ -60,6 +64,10 @@ With a terminal open in the directory of the cloned repository, run
```
git remote add vorlage https://gitlab.cs.fau.de/cp1_ws19/cpp_introduction
```
Or for the ssh version:
```
git remote add vorlage git@gitlab.cs.fau.de:cp1_ws19/cpp_introduction.git
```
This will register this repository as a source for files with the name "vorlage".
Your own repository on gitlab should be registered as "origin".
To check that this is indeed the case, you can run
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment