From ADAM:Vijay_Dev into ADAM:Sanket_Dev
Step 1. Update the repo and checkout the branch we are going to merge
git fetch origin git checkout -b Vijay_Dev origin/Vijay_Dev
Step 2. Merge the branch and push the changes to GitLab
git checkout Sanket_Dev git merge --no-ff Vijay_Dev git push origin Sanket_Dev
Changes were not merged into target branch