Skip to content
Snippets Groups Projects

minor fixes index.md

Merged Valentin Groues requested to merge (removed):minor-fixes-index into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,9 +14,9 @@ First, fork and clone this practice repository.
Add a remote to the upstream repository:
```bash
$ cd advanced-practice
$ cd basic-practice-pages
$ git remote add upstream ssh://git@gitlab.lcsb.uni.lu:8022/R3/school/git/basic-practice-pages.git
$ git fetch
$ git fetch upstream
```
Then, create a separate branch from the develop branch:
Loading