Questions tagged [bitbucket]

Bitbucket is a free online source code website.

is a free online source code website.

From their website:

Store all of your Git and Mercurial source code in one place with unlimited private repositories. Includes issue tracking, wiki, and pull requests.

Secure hosting with flexible permissions for your repositories. Integrates with JIRA, Jenkins, Pivotal, Cloud9 IDE and other developer tools.

39 questions
32
votes
2 answers

Does Bitbucket have a dark theme/night mode (an option for light text on a dark background)

I’ve been using Bitbucket for a while now, and I find it a bit jarring going between working on my code, where I use a light-on-dark colour scheme, and Bitbucket’s bright white pages. Does Bitbucket have an option to set the entire site to a darker…
Paul D. Waite
  • 805
  • 2
  • 8
  • 15
13
votes
1 answer

Can you delete a project on bitbucket?

How can I delete a project on bitbucket.org?
highBandWidth
  • 407
  • 2
  • 6
  • 15
12
votes
3 answers

How to change default message of a merging commit on Bitbucket

Is there any way to change the default commit message for pull requests merged via Bitbucket? When I click "Merge" button on top of a pull request page, the resulting commit has a default message like Merged in some-branch (pull request #25) The…
Terite
  • 261
  • 2
  • 6
9
votes
3 answers

Quick way to get permalink (with commit hash) to file in Bitbucket?

When I'm viewing a page with the source code of a certain file on the "master" or "main" branch, often I want to copy the URL of that file but at its actual commit hash so that it's a permalink. GitLab makes this super obvious. E.g.…
Ryan
  • 816
  • 4
  • 12
  • 30
8
votes
2 answers

Can other issue types be added to BitBucket?

I recently started looking at BitBucket again because they now have unlimited private repositories (which I love!). However, there is one more thing that is bothering me before I start using it strictly. When you go to create a new issue, there is a…
Metropolis
  • 213
  • 1
  • 6
8
votes
1 answer

Exploring interesting or random Bitbucket repositories

On GitHub there is an Explore page (and list of public repositories), where users can explore new interesting, and not so interesting, repositories. Is there is such page for Bitbucket? I found a post about the same Explore page, but it now…
user26641
8
votes
2 answers

Can I re-order my issues in Bitbucket?

I’m using Bitbucket’s issues feature to track bugs and enhancements on a project I’m working on. By default, it seems to sort the list of issues by last updated, or similar. This is a bit annoying when I want to quickly note down an issue, but deal…
Paul D. Waite
  • 805
  • 2
  • 8
  • 15
7
votes
2 answers

How to integrate Bitbucket and Trello (create a card comment on a new changeset)?

I'd like to setup a simple workflow: a programmer mentions a card id in the commit message, and some information about the commit is automatically added as a comment to that Trello card. A hosted automatic solution is preferred. What I've found so…
Dennis Golomazov
  • 485
  • 2
  • 4
  • 11
7
votes
3 answers

How can I import issues from BitBucket to GitHub?

I am trying to migrate a project from BitBucket to GitHub, and would like to import all the issues (preferably keeping their issue numbers intact). Is there some tool or service which will accomplish this?
6
votes
2 answers

How to delete an empty team from a Bitbucket account?

I'm trying to clean up my BitBucket.org account and I am the remaining member of a team that never had any activity. I'm having a hard time figuring out how to delete this team or leave the team. It appears that the only path to resolve this is…
iglvzx
  • 1,579
  • 2
  • 11
  • 15
6
votes
4 answers

How do I remove files from a repository through the Bitbucket interface?

I went into the Admin tab for a repository and found how to delete an entire repository, but I cannot remove single files and folders.
David Faux
  • 8,099
  • 16
  • 37
  • 44
5
votes
1 answer

Add Bitbucket button to webpage

It's easy to add GitHub buttons to webpages as a way to link to your profile. Is there an analogous button for Bitbucket accounts?
4
votes
0 answers

Repository transfer: how do I get to the inbox of a Bitbucket team?

Here's the background: I've got a private repository up on Bitbucket under my personal account, but other developers will be working with it soon. So I created a team for the project and added the other developers, with myself as team admin. Then I…
Mike Airey
  • 41
  • 1
3
votes
1 answer

How to merge issues with Bitbucket?

I have 2 issues that talk about the same problem in Bitbucket. How do I merge them or close one to point it to the other?
User
  • 360
  • 2
  • 6
  • 15
3
votes
1 answer

Is there a way to set default settings for repositories in BitBucket?

For all of my repositories I would like to have the issues service added, and I would like to have one of my friends as an admin to all of the repositories. It is getting annoying having to set this up for every repository. Is there any way to set…
Metropolis
  • 213
  • 1
  • 6
1
2 3