Creating repositories
Use Bitbucket Data Center and Server
- Importing code from an existing project
- Creating projects
- Creating repositories
- Clone a repository
- Personal access tokens
- Controlling access to code
- Workflow strategies
- Pull requests
- Bitbucket search syntax
- Manage webhooks
- Notifications
- Markdown syntax guide
- Requesting add-ons
- Set the default time zone
- Download a repository archive
- Creating a Contributions guidelines file
- Working with Git LFS Files
- Compare branches, tags, and commits
On this page
In this section
Related content
- Administer code search
- Configure Bitbucket's code search index
- Code search does not return all occurrences of a search term
- Reindex a specific repository for Code Search
- Code Search Troubleshooting Guide for Bitbucket Data Center
- How to find the latest indexed commit for a repository in Bitbucket Data Center
- How to find the latest indexed commit for a repository in Bitbucket Data Center
- Search for pull requests
- Use an Elasticsearch cluster with Bitbucket Data Center
- How To: Connect Bitbucket Data Center hosted on Kubernetes to AWS OpenSearch service
Repositories in Bitbucket Data Center and Server allow you to collaborate on code with your team.
In order to create repositories you need to have Project Admin permission for the project to which you want to add a repository.
When a repository in Bitbucket is created, the project permissions are applied to the repository. That means all repositories created in a project share the same access and permission settings.
Go to the project and click Create repository to open the repository creation form:
Once submitted you will be taken directly to your repository homepage.
There won't be any content in your repository yet, so you'll see some instructions to help you push code to your repository:
You will find your clone URL in the lefthand sidebar of the repository homepage. You can use this URL and share it with other people.
Let other people collaborate with you
In order to grant users access to this repository you have to set up permissions at the parent project level. More information is available on Creating projects. You can also create a Contributor's guidelines file to add to your repository, where you can add info on what you'd like your contributors to do when contributing to your repository.
In this section
Related content
- Administer code search
- Configure Bitbucket's code search index
- Code search does not return all occurrences of a search term
- Reindex a specific repository for Code Search
- Code Search Troubleshooting Guide for Bitbucket Data Center
- How to find the latest indexed commit for a repository in Bitbucket Data Center
- How to find the latest indexed commit for a repository in Bitbucket Data Center
- Search for pull requests
- Use an Elasticsearch cluster with Bitbucket Data Center
- How To: Connect Bitbucket Data Center hosted on Kubernetes to AWS OpenSearch service