git merge abc
merge abc branch in current branch
 
git merge --verify-signatures abc
merge abc branch in currect branch and also verify signature of each commit else abort
 
git merge --verify-signatures -S abc
merge abc branch in currect branch and also verify signature of each commit else abort, also sign the resulting commit usin gpg key