I have 1 file
I modify code on one part of the file and do commit A
I modify code on another part of the file and do commit B
If I cherry–pick Commit B from source to release first, and then Commit A at a later late, will the changes from Commit B be deleted after Commit A overrides it, or will changes from Commit A be merged into the file with changes from Commit B and both changes will stay?