diff --git a/Lerntagebuch.md b/Lerntagebuch.md index 3b17088..3ee1f08 100644 --- a/Lerntagebuch.md +++ b/Lerntagebuch.md @@ -135,3 +135,19 @@ Only due to personal preference. Obviously that is a ridiculous reason. Escpecially considering that all common markdown viewer support not keeping a blank line between plain text and lists, there is no way for any student to know that it is deductible before your existence has gotten erased by such a deduction. As a result such a deduction is absurd and i petition for its removal. + +## lecture 14th November 2023 + +### takeaway +- why we need scms +- centralized vs distributed scms +- keep commits small +- keep commits clean +- different branches +- rebase vs merge + +### perception +For the group project we cann apply the proper use of git. With proper use I mean keeping commits small and clean. Furthermore taking the time to create meaningful commit messages + +### repetition +Distributed scms like git allow you to work without an internet connection. Added to that your local experiments stay private and you also have implicit backups of the codebase sitting on every developer's computer. Furthermore no central server is required. But the local history getting out of sync and no protection agains concurrent changes can be disadvantageous. \ No newline at end of file