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
mentioned in commit 2c69d9ea3851a33609535137f5298fbd1783231c