this post was submitted on 28 Aug 2024
533 points (97.2% liked)

Programmer Humor

37734 readers
657 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] furikuri@programming.dev 5 points 11 months ago* (last edited 11 months ago) (1 children)

You could try making enabling git's rerere functionality, which stands for "reuse recorded resolution". This should largely

https://git-scm.com/book/en/v2/Git-Tools-Rerere

https://stackoverflow.com/a/49501436

[โ€“] cyborganism@lemmy.ca 1 points 11 months ago

Yeah I saw someone else's answer and I totally learned something new today.