From 4b5c3f1213cf7ba31cf3f43e0323ec47bc6ff84e Mon Sep 17 00:00:00 2001 From: Sylvain Arreckx <sylvain.arreckx@gmail.com> Date: Wed, 18 Jan 2017 13:57:14 +0100 Subject: [PATCH] minor changes to phraseology. --- homework.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/homework.md b/homework.md index c8d36231..f09786b9 100644 --- a/homework.md +++ b/homework.md @@ -1,17 +1,17 @@ ## Homework -*This exercise has to be done on your lab computer on which `Matlab` **is** installed. Don't forget to properly configure git with your username and email, as we did this morning.* +*This exercise has to be done on your lab computer on which `Matlab` **is** installed. Don't forget to properly configure `git` with your username and email, as we explained in the training slides.* -This morning, during the training, you played with the `https://git-r3lab.uni.lu/git-training/practice` repository. +During the training, you committed to the `https://git-r3lab.uni.lu/git-training/practice` repository. -This afternoon, your job is to create a fork of this repository, commit some code and create a merge request on `GitLab`. +Your task is to create a fork of this repository, commit some code and create a merge request on `GitLab`. ## Instructions - First, fork the `https://git-r3lab.uni.lu/git-training/practice` repository. -- Create the new branch `yourName` +- Create the new branch `your_name` - Implement a new function called `sqrt_myName` that computes the square root of a number. @@ -27,9 +27,6 @@ This afternoon, your job is to create a fork of this repository, commit some cod - Create a merge-request. -- Assign either Laurent or Sylvain depending on your group and your merge-request will be reviewed by one of us. +- Assign either Laurent (@laurent.heirendt) or Sylvain (@sylvain.arreckx) depending on your group and your merge-request will be reviewed by one of us. That's it! -You are done for today. - -See you tomorrow for the debriefing of the git training. -- GitLab