Git - Cherry-Pick and Advanced Merging
You want to merge a long-lived
feature branch into main but keep the commit history clean with a single commit representing all changes. Which merge strategy should you use and what is the correct sequence?