git reset --hard origin/branch_to_overwrite
from : https://stackoverflow.com/questions/1125968/how-do-i-force-git-pull-to-overwrite-local-files
git push origin local_branch:remote_branch
EX: git push origin p-other/LUWA-15566-Feature1:p-api/Feature2