Skip to content

Commit

Permalink
Minor language fix in git_exercise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Oct 23, 2024
1 parent bfc189f commit ca862ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_version_control/git_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Deadline: **Wednesday, October 30, 2024, 9:00**
## Idea of the Exercise

- There are three separate exercises. Each one consists of an individual Python file `exerciseX.py`. The exercises build upon each other, work from one to three. Each exercise is described in the comments at the top of the respective Python file.
- Each exercise has two tasks A and B. Distribute the two tasks and **work on them in parallel**.
- Each exercise has two tasks: A and B. Distribute the two tasks and **work on them in parallel**.
- For each task, create a new branch with an appropriate name (e.g., `ex-1-task-A`) and use appropriate commit messages (not `Solve task A`).
- When ready, push the new branch via `git push -u <remote> <branchname>` to your own remote and open a pull request to the `main` branch upstream (i.e. use the feature branch workflow, but with feature branches on forks).
- Assign your partner as reviewer. Review, fix problems, and eventually merge. For the best learning experience, use a different order of steps in every exercise.
Expand Down

0 comments on commit ca862ba

Please sign in to comment.