Process Flow - Why merging combines work
Start: Two branches
Make changes on branch A
Commit changes on A
Merge branch B into A
Combine changes from both
Resolve conflicts if any
Final merged commit
Merging takes changes from two branches and combines them into one, preserving work from both sides.