Questions tagged [bitbucket]

Bitbucket is a hosting site for Git and Mercurial. The service offering includes an issue tracker and wiki, as well as integration with a number of popular third-party services. Atlassian acquired bitbucket.org in 2010.

Bitbucket is a hosting site for Git repositories. The service offering includes an issue tracker, wiki and webhooks, as well as integration with a number of popular third-party services.

See also

See more

8373 questions
3
votes
2 answers

How to compare two commits in Bitbucket server

Is there a way to compare two commits in Bitbucket server? For bitbucket cloud, you can enter a URL as follows into your browser: https://bitbucket.org/OWNER/PROJECT/branches/compare/commit2..commit1 (per this discussion:…
Matthew Dresser
  • 11,273
  • 11
  • 76
  • 120
3
votes
1 answer

How to remove a bitbucket account from a MAC

I have done something really dumb. I was in a hurry and since I needed to clone a project from my personal bitbucket account into my work laptop. So I did it using HTTPS and writing my password after the git clone.... The problem is that I can now…
distante
  • 6,438
  • 6
  • 48
  • 90
3
votes
1 answer

Tagging on a specific branch in BitBucket Pipelines

So I know with BitBucket pipelines I can target tags and branches individually but I can't seem to figure out from the documentation how to make tags specific to a branch. This way if someone uses the tag on a different branch it doesn't trigger the…
kennyL
  • 150
  • 1
  • 8
3
votes
1 answer

Is git clone --mirror dangerous?

So I am going to migrate a bunch of repositories from bitbucket.org to a new on premise Bitbucket server instance. What I can't decide on is whether to clone each repository as --bare or --mirror. The scripted process seems pretty straight forward.…
tdh
  • 103
  • 2
  • 11
3
votes
4 answers

Unable to Authenticate my Bitbucket server account with Sourcetree / How to register in source tree with Bitbucket Server credentials

I have a Bitbucket repository, which I'm able to logging in web browser with my credentials, Now I want to checkout it in Sourcetree, So I've installed Sourcetree 2.6.10, It requires authentication to Bitbucket server with Root URL & Username to…
Sodium
  • 1,016
  • 1
  • 9
  • 22
3
votes
1 answer

Git - refusing to merge unrelated histories when pulling from previously used origin

I set a new url to previously used origin in our server as git remote set-url origin [new_url] Now there's an error when I'm trying to pull git pull origin dev fatal: refusing to merge unrelated histories I set the new url beacuse i don't want to…
Tharindu
  • 339
  • 6
  • 19
3
votes
3 answers

Take pull from bitbucket without password prompt

I want to take pull from my bitbucket repo without asking the password every time. I am using Ubuntu 16.04 LTS Steps, $ssh-keygen It generated two key files, id_rsa and id_rsa.pub Then, in the Bitbucket repo settings, I have added the ssh key of…
Dinesh Ahuja
  • 925
  • 3
  • 15
  • 29
3
votes
3 answers

Why is git adding the parent directory?

I have recently tried using Bitbucket for the first time. I was hired onto a project which up until now has had no version control. This made me nervous so I convinced my boss to let me upload it. My problem is this: Instead of just adding the…
lucky3
  • 53
  • 1
  • 9
3
votes
1 answer

How to add Company Bitbucket Repository to Jira?

I would love to use the 'smart commit' feature (as explained here), connecting BitBucket to Jira and adding a comment (or even resolving the ticket) when I commit and push something to git. I connected my user from Jira to BitBucket (and vice versa,…
Fabian Bigler
  • 10,403
  • 6
  • 47
  • 70
3
votes
1 answer

TortoiseHg locks up on SSH fetch from BitBucket

TortoiseHg locks up when I do a pull from my repository on BitBucket using SSH. It simply refuses to return, even after and hour. I'm guessing that the problem has to do with the fact that my private key has an associated passphrase. (Everything…
Nick Hodges
  • 16,902
  • 11
  • 68
  • 130
3
votes
1 answer

Find a Pull Request on Bitbucket where a commit was originally created

The same as this question but for Bitbucket. If I have a commit, is there any way to figure out what Pull Requests it was in?
Matt McCormick
  • 13,041
  • 22
  • 75
  • 83
3
votes
1 answer

tortoisehg workbench on windows 10 not opening

I downloaded the tortoisehg app from the official site here and that is 4.6.1 and when I click on the tortoishg workbench and it's not opening and no error shown, and when I even try to clone with command line I get this error adding…
Abdallah Gaber
  • 65
  • 1
  • 11
3
votes
3 answers

Why are commits from other pull request in my new pull request?

I am fairly new to working in a team with git. I startet at "origin/master". First I created a new branch feature/26062018-offline-seite_ef. I added commits. I checked out the local master branch. I merged in the feature branch (git merge…
Black
  • 18,150
  • 39
  • 158
  • 271
3
votes
2 answers

How to sync repo in bitbucket to Visual studio team service?

I am very new to VSTS platform. In one of my project, I am trying to integrate the bitbucket source control to VSTS. By this way I should be able to see the updates made on bitbucket onto the VSTS account. I have tried creating build on VSTS, but…
3
votes
1 answer

A build and deployment machine with a web-based dashboard

Here is what I am trying to do: I have my code sitting on Bitbucket (it is a ASP.net web application). I want to put together a build machine that has a web-based dashboard. I go to the dashboard and I say: Ok show me all the branches and stuff on…
Houda
  • 835
  • 3
  • 11
  • 17
1 2 3
99
100