I am not quite sure how to describe my issue, I think the title sums it up though. This is all based in SourceTree and BitBucket if that makes a difference. These questions sound similar on the face of it, but don't answer this.
I have been working on Branch A
and Branch B
today, commiting changes during the day ready to push at the end of the day.
Someone else has been working on Branch B
today also, so before I pushed my changes, I pulled theirs. So with Branch B
checked out, the number of commits to pull was 4, and the number to push was 2, but after doing the pull, the pull number went up (can't remember the exact number) and the number of commits to push went up as well, to 18. So I pulled again and then pushed, thinking they were automatic conflict resolutions, only to then discover one of the items was a merge from Branch A
into Branch B
- really not what I wanted.
This isn't the first time I have had this issue, but the first time I thought I must have done something by accident, this time I know for sure I haven't.
"Commit merged changes automatically" was checked, is there anyway this could have caused it? Have I done something wrong here? What could have caused this?