Hi Guys,When I am cloning repo I am getting these parameters as true:
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.
.git/config
Cheers!
- Ben (Bitbucket Cloud Support)
It looks like you're new here. Sign in or register to get started.