Fixing PROD Bugs
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b AIA_QA origin/AIA_QA
Step 2. Merge the branch and push the changes to GitLab
git checkout AIA_Production git merge --no-ff AIA_QA git push origin AIA_Production
Changes were not merged into target branch