Skip to content
Snippets Groups Projects
Verified Commit d491fc42 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

update essential commands

parent a6b682c0
No related branches found
No related tags found
2 merge requests!100[release] Regular merge of develop,!96add slides for upcoming git training
......@@ -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
```
......
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