Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to ensure that ignorecase = false on repository on Bitbucket?

Łukasz Jarych March 25, 2025

Hi Guys,

When I am cloning repo I am getting these parameters as true:

 

ignorecase = true
    autocrlf = false

How to ensure on bitbukcet level while creating manually repository that those will be =false and input?

Best,
Luke

1 answer

0 votes
Ben
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 26, 2025

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)

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events