Regarding cloning my gitrepo under workspace/Users/user_name

VGS777
New Contributor III

Hi all,

I am recently started using databricks. 

I want to my git repo under workspace/Users/user_name path which I can't able to do it. But i can able to clone only under repo directory by default.

Can anyone pls advice me regarding this 😃

Thank you

-werners-
Esteemed Contributor III

This is by design.  Git repos work in Repos, not in the classic workspace.
But how about this:
In Repos, you have your own dedicated home folder (comparable to workspace/users/username).
Link that folder to a git repo, create a feature branch from the main or other branch et voila.

View solution in original post

VGS777
New Contributor III

Thanks for this advice 😀