I'm telling my developers don't use git merge command instead of that use git rebase. My requirement is if a user/developer accidentally hits git merge command i want disable the git merge (command) from git always.
Is that Possible to achieve This?
Or if the developer hits git merge it will perform rebase.