My understanding is that your qas branch is out of sync with the origin I would try to debug and resolve the state, by investigate the logs.
git fetch git log origin/qas --oneline
git log qas --oneline
Maybe it shows you why git is confused.
If you know that you dont need the other branch current state and dont care that others may hate you, you can always force =)