how do i create new repository in bitbucket by using git bash terminal
Hi @Akshay Kadam!
Welcome to the Community!
I'm going to assume the reason you are asking this is that you don't have access to the Web interface to create the repository (which is the normal way you would do this).
From git bash your only option would be to create a script that uses the API to create the repo. You can find the documentation for that here:
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.