From d491fc427169fd12c578b3ccb7559a3c37074edb Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Wed, 17 Mar 2021 13:44:31 +0100 Subject: [PATCH] update essential commands --- .../slides/essential_commands.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/2021/2021-03-18_basicGitTraining/slides/essential_commands.md b/2021/2021-03-18_basicGitTraining/slides/essential_commands.md index 2753772c..d226a407 100644 --- a/2021/2021-03-18_basicGitTraining/slides/essential_commands.md +++ b/2021/2021-03-18_basicGitTraining/slides/essential_commands.md @@ -31,14 +31,12 @@ Verify its `status` with: $ git status ``` - - # Modify a file -Copy the file `template.md` in the folder `attendees` and rename it with your firstname: +Copy the file `firstnameLastname.md` in the folder `_attendees` and rename it with your firstname: ```bash -$ cd attendees +$ cd _attendees $ cp firstnameLastname.md myName.md ``` -- GitLab