@@ -34,12 +34,12 @@ Now, your fork has two remotes: "origin" (your fork) and "upstream" (the origina
7. Create a new branch for your contribution:
```bash
git checkout-b <do-not-name-this-my-contribution>
git switch-c <do-not-name-this-my-contribution>
```
#### Step 4: Open autumn2023.md and write down what’s the most valuable thing you learnt so far on this course
#### Step 4: Change a file in this repository
9. Write down the most valuable thing you have learned in the course:
It can be any file. README is the easiest to contribute into. You are welcome to leave feedback in class2 or class3 homework directories.
```
The most valuable thing I have learned so far in this course is the importance of using version control systems like Git for collaborative software development. Git has allowed me to work on projects more efficiently, collaborate with others, and track changes in the codebase effectively. I now feel more confident in managing projects with Git and using branches, merges, and pull requests to collaborate with other developers.