Merge Save CB for CA,CI,3D and AA to Develop Branch
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b SavaCB_AA origin/SavaCB_AA
Step 2. Merge the branch and push the changes to GitLab
git checkout AIA_Develop git merge --no-ff SavaCB_AA git push origin AIA_Develop