Skip to content
Snippets Groups Projects
Commit 0e269b33 authored by Carina Haupt's avatar Carina Haupt
Browse files

Added git clone. #3

parent 734358e2
No related branches found
No related tags found
1 merge request!2Tune collaboration episode
......@@ -22,8 +22,11 @@ For that purpose, you can add [new collaborators to the `planets` GitLab project
## Create a new Contribution (Collaborator View)
In the following, we work from the collaborator's point of view and want to contribute basic project documentation.
We simulate this step by switching back to our local Git repository.
- Show current state of the local Git repository:
We simulate this step by cloning the remote Git repository.
- Clone remote Git repository:
- `git clone <REMOTE URL>`
- Show where to retrieve URL from in Gitlab
- Show current state of the cloned local Git repository:
- `git graph`
- Highlight current branches
- Create and switch to a local branch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment