+[10 years ago]lutobwaahahahah I am changing THE WORLD! +[10 years ago]lutoVxJasonxV: look! look! The WORLD is CHANGING! +[10 years ago]captaindogfishWhat do you mean luto? +[10 years ago]captaindogfishLol +[10 years ago]lutoI mean that the work on yasp will continue in december
+[10 years ago]offby1Hey, who moved my cheese? +[10 years ago]ackpacketSo, i'm learning to use git. My current question is about how users don't actually check out files, but instead work on them simultaneously and allow git to merge them later. Does this mean that I can only take advantage of this collaboration on files that git will understand how to merge? For example a word document that uses some funky structure from MS.. is that impossible to merge? +[10 years ago]Nevikackpacket: it's not entirely impossible, but git will have a much harder time +[10 years ago]ackpacketSo git is primarily for mergine plaintext +[10 years ago]Nevik(and afaik, git will by default not try to merge "binary" files in a non-trivial scenario, even though you can instruct it to try)