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.
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:…
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…
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…
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.…
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…
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…
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…
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…
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,…
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…
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…
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…
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…
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…