I merged branch B to my branch C a week ago and did some updates on my branch C.
The same time, my colleague, did some updates on his branch B.
I want to get his updates on my branch C.
I am really confused, because he tells me to just rebase on his branch - but that keeps deleting all my new updates / added files.
I tried to merge the two branches again - but somehow I don't get his updates this time.
Our project looks kind of like this:
Origin---o---o---o---o---o--- main
\
o---o---o---o---o---o---o---o---o B
\ \(merged) \(rebase here?)
o---o---o---o---o---o---o---o---o C