Comment on Can you suggest an interesting project on git for an absolute beginner ?

<- View Parent
vrek@programming.dev ⁨1⁩ ⁨week⁩ ago

One of the big advantages of git is you can see the difference between versions of text. Since you don’t programming languages imagine a group report project in school. Sally may make up the general structure and main points. Tom writes a expanded section of 2 of the points. Matt writes another 2. Sue writes the introduction and conclusion. Jason edits it. Git lets you walk back through all that and shows you who did what and lets you keep/discard the changes. It can show you who changed what and when.

With pictures and images it can store the different versions but can’t distinguish what exactly changed. Like it can store a picture with a blue background and then someone changes it to an orange background but it can’t know exactly what changed only that it’s different,if they changed the background of a city skyline they could of also inserted a tiny monkey into one of the windows. You would have to scan everything versed it highlighting only the differences.

Btw .. here is a book with A LOT more details https://git-scm.com/book/en/v2

source
Sort:hotnewtop