Question for the git experts in my circle:
Is it possible to "save" a half-complete merge and come back to it later? I need to pause an ongoing merge project so I can work in another branch, but I can't figure out how to do that without losing progress on the merge. Is that possible?
My current best idea is to just clone another copy of the repository and work from there until the merge is complete, but I'm hoping there's a better way!
#Git #SoftwareDev #Coding