Is there an option like --author of git-commit for git-merge?
We maintain a staging environment where some changes must be performed. Some limitations make us to use onl
Try git merge --no-commit ... and then git commit --author ...
git merge --no-commit ...
git commit --author ...