-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git merge conflicts when dealing with narrative text #2
Comments
Thanks for sharing your observations, @kirmaha & greeting to 🇧🇪 :-) I'm not sure anymore, how often I had merge conflicts… 🤔 Certainly, there were some, but I didn't juggle different contributors. So all conflicts must have been triggred by me, probably due to parallelising too many tasks. 🦶🔫 As for merge tools, I bought Kaleidoscope early on. To some extend, it can auto-resolve conflicts. Never having tried another properly, I can't compare it, though. Also, to avoid conflicts in the first place, I'd suggest to:
|
A huge thank you, @katrinleinweber, for taking the time to respond in such a helpful way. I have indeed considered breaking sentences up into multiple lines, and I was initially reluctant, but that paper certainly provides valuable insights on the matter. Your point about parallelizing too many tasks resonates as well; while I still need to manage reviews from colleagues, it might be possible to reduce the frequency of merge conflicts, though I don't think I can completely avoid them. Anyway, your answer provided me with the insights I needed to move forward with my project. So thanks again, have a nice day, and greetings to... well, 🇪🇺! |
I am gradually implementing a writing workflow based on Markdown and Pandoc. I started using Git to ensure versioning and traceability of my work. However, I've encountered a significant challenge with merge conflicts when working with narrative text, which I suspect you encountered too: Git highlights differences at the line level, which is not ideal for text where small changes, such as punctuation adjustments or spelling corrections. I'm searching for a way to get a better granularity, closer to what is found in the change tracking features of word processors like LibreOffice Writer or MS Word.
I've explored conflict management tools like Meld and KDiff3, which can highlight changes within lines, but both have limitations that make them "not ready" for narrative text (explained respectively here and here).
Given your experience with academic writing, I wonder if you found any effective strategies or tools to manage merge conflicts in Git when dealing with fine modifications in narrative text? Your insights would be greatly appreciated!
The text was updated successfully, but these errors were encountered: