Hi Guys,
When I am cloning repo I am getting these parameters as true:
Community moderators have prevented the ability to post new answers.
Hi Łukasz,
Unfortunately, there is no direct setting in Bitbucket to enforce these Git configurations globally for all repositories upon creation:
You would need to create a .git/config file in the repository manually after creation with these settings configured. You could potentially write a script that leverages our create repository API endpoint to create a repository, then immediately commit the config file to it once the API call succeeds.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.