I did the following steps:
git checkout master
git pull origin master
git merge branchB
It did the update:
git merge queryclassintegration
Updating f2318bc..c9b732a
Fast-forward
build/test.sh | 5 -
unit-test/test | 1110 ------------------------
include/io.hpp | 15 ++
3 files changed, 15 insertions(+), 1115 deletions(-)
delete mode 100755 build/test.sh
delete mode 100644 unit-test/test
create mode 100644 include/io.hpp
and when I did this
git push origin master
showed this which I assume it registered the merge:
Total 0 (delta 0), reused 0 (delta 0)
To https://myrposoti@bitbucket.org/xyz/bproject.git
d8818bc..m9b231a master -> master
But then I checked the repo and the merge hasn't been registered yet (no indication of Merge). And if I do push again:
git push origin master
It says:
Everything up-to-date