how to merge release-UAT branch:-
go to branch which is you want to merge. Eg:
git checkout release-UAT
Then run following command to merge feature-GS-2421 branch to release-UAT branch
git merge --no-ff feature-GS-2421
Then push release-UAT branch to remote repository.
git push origin release-UAT