Mauricio Gracia Gutierrez
Mauricio Gracia Gutierrez

Reputation: 10844

Is there a way to avoid forks on a bitbucket repository and allow only branches

I have a bitbucket repository, I dont want anybody to be able to FORK it but I need them to be able to create a BRANCH.

If bitbucket does not support this does github or any other repo supports this ?

My original question is for BITBUCKET and the "duplicate" question has no accepted answer and is obsolete

Upvotes: 1

Views: 791

Answers (1)

topheman
topheman

Reputation: 7902

On the bitbucket website, go to the settings of your repo / Repository Details, set Forking : "No Forks"

Upvotes: 3

Related Questions