I m using SCM-Manager(GIT).
I wish to block the force push option in a repository named "git_playground" for all branches in the remote
I'm not sure where the below config to set in the git server
receive.denyNonFastForwards true
I have tried to set the above confi in
config file of the repository under [core]
as
receive.denyNonFastForwards = true
After this i cannot be able to clone that repository . So revoked it.