Loading README.md +12 −10 Original line number Diff line number Diff line Loading @@ -96,26 +96,28 @@ baz ### Class 3 homework **Deadline**: XX. XXX 2025, 23:59 **Deadline**: 18. March 2025, 23:59 The outcome of class 3 homework will be a merge request in this repository. It's similar as class 2 homework, except we want a merge request this time and it needs to be merged. - Create a new file in `class3_homework/` subdirectory of this repository with a name `<UCO>.txt`. Tell us what you enjoy so far on the course, what new you have learned and used already. We'd also appreciate if something is missing. - Make sure the merge request complies with all the best practices from the class. - You have to create the merge request in this upstream repository. Merge requests in forks (origin remote) will be ignored. - Tomas and Irina will review all upstream merge requests: you may be asked to a name `<UCO>.txt`. Tell us what you've learnt so far that was previously unclear to you. - Make sure the merge request *complies with all the best practices* from the class. - You have to create the merge request in this upstream repository. **Merge requests in forks (origin remote) will be ignored.** - Michal and Tomas will review all upstream merge requests: you may be asked to correct something. - Your merge request needs to be merged to pass this class. - Your merge request needs to be merged to pass this homework. - After you've done all of the above, save your command history, especially all `git` binary invocations. Put the history in a new file `<UCO>_commands.txt` and place it in the same directory and the same branch, commit it and push it. We want to see how you use git so we're sure we're teaching effectively. If you are asked to change something, no need to account for these commands. it. We want to see how you use git so we're sure we're teaching well. - If you are asked to change something, you don't need to update the commands file. ### Class 4 homework Loading class3_homework/.gitkeep 0 → 100644 +0 −0 Empty file added. Loading
README.md +12 −10 Original line number Diff line number Diff line Loading @@ -96,26 +96,28 @@ baz ### Class 3 homework **Deadline**: XX. XXX 2025, 23:59 **Deadline**: 18. March 2025, 23:59 The outcome of class 3 homework will be a merge request in this repository. It's similar as class 2 homework, except we want a merge request this time and it needs to be merged. - Create a new file in `class3_homework/` subdirectory of this repository with a name `<UCO>.txt`. Tell us what you enjoy so far on the course, what new you have learned and used already. We'd also appreciate if something is missing. - Make sure the merge request complies with all the best practices from the class. - You have to create the merge request in this upstream repository. Merge requests in forks (origin remote) will be ignored. - Tomas and Irina will review all upstream merge requests: you may be asked to a name `<UCO>.txt`. Tell us what you've learnt so far that was previously unclear to you. - Make sure the merge request *complies with all the best practices* from the class. - You have to create the merge request in this upstream repository. **Merge requests in forks (origin remote) will be ignored.** - Michal and Tomas will review all upstream merge requests: you may be asked to correct something. - Your merge request needs to be merged to pass this class. - Your merge request needs to be merged to pass this homework. - After you've done all of the above, save your command history, especially all `git` binary invocations. Put the history in a new file `<UCO>_commands.txt` and place it in the same directory and the same branch, commit it and push it. We want to see how you use git so we're sure we're teaching effectively. If you are asked to change something, no need to account for these commands. it. We want to see how you use git so we're sure we're teaching well. - If you are asked to change something, you don't need to update the commands file. ### Class 4 homework Loading