NandiniN
Databricks Employee
Databricks Employee

Hi @rcostanza ,

I think this is the exact issue https://databricks.aha.io/ideas/ideas/DB-I-10105 you are facing, it is a feature request and you can upvote it.

So, Currently, it is not possible to configure the author name and email for commits directly within Databricks to reflect your desired format (i.e., using your name and email instead of your Bitbucket username). The configuration commands you mentioned (git config --global user.name "My Name" and git config --global user.email "my@email.com") are specific to local Git installations and cannot be applied within the Databricks environment.

Thanks!

View solution in original post