Browse Source

new_entry

remotes/origin/HEAD fetched-on-2023-11-27
TheUltimateOptimist 1 year ago
parent
commit
b0081e5698
  1. 16
      Lerntagebuch.md

16
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.
Loading…
Cancel
Save