I'm merging my created branch to master. I'm creating new merge request through gitlab website, I get used using GUI than commandline so I thought using gitlab website is ok. After creating the merge request, there's merge conflict.
Then I merge locally using the guide from gitlab website
git fetch origin
git checkout -b otpreflow origin/otpreflow
git fetch origin
git checkout origin/master
git merge --no-ff otpreflow
then I merge the conflicted file, after that
git add .
git commit -m "merge conflict"
git push origin master
and then it says Everything is up to date
shouldn't it pushed to master? I checked in gitlab website, it is not yet merged.
Yes, there are many question with the title git push everything is up to date I already read many of them, I think many of the the problem is different thus I titled my question a bit different, hopes not to confuse the future reader in case this question is solved.
update:
running git brach -avv
outputs * (HEAD detached from origin/master) 836cf0c6 merge request