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
No related merge requests found
...@@ -31,14 +31,12 @@ Verify its `status` with: ...@@ -31,14 +31,12 @@ Verify its `status` with:
$ git status $ git status
``` ```
# Modify a file # 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 ```bash
$ cd attendees $ cd _attendees
$ cp firstnameLastname.md myName.md $ 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