diff --git a/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md b/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md index 9fee6595a63e509ca85efd24ea263273ace0a3e2..40d73c376af2c7b37fb96bb4b1729cbc466d6e42 100644 --- a/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md +++ b/2019/2019-09-09_testCourseAdv/slides/gettingStarted.md @@ -1,11 +1,11 @@ ## Getting Started -Fork and clone the repository XX +Fork and clone the tutorial repository ```bash git clone ssh://git@git-r3lab-server.uni.lu:8022/R3-core/outreach/presentations-internal.git ``` -Create a new branch off of develop and name it YY +Create a new branch off of develop and name it nyNameBranch ```bash git checkout develop ```