I was on master
branch and unfortunately, I run the command git pull origin DEV13-ConsumerReport-20190827
which is created from master, it merged into master
automatically. The branch DEV13-ConsumerReport-20190827
was not stable at that time. then I run command to revert back to Head. after that master
was stabled. after working on DEV13-ConsumerReport-20190827
when I want to merge it into master
, it was not merged properly.
I repeat the process again, I revert to Head in the master
branch, then I again merge DEV13-ConsumerReport-20190827
into master. the status shows already updated
. but code was mashed up and not merge properly.
Any kind of help will be appreciated.