Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

TortoiseHg Push

What's the TortoiseHg equivalent of: hg push http://bitbucket.org/MY_USER/MY_REPO I haven't been able to figure …

mercurial push tortoisehg bitbucket
Bitbucket Pipelines share SOME steps between branches

Is it possible to share steps between branches and still run branch specific steps? For example, the develop and release …

bitbucket bitbucket-pipelines
Bitbucket: Conflict in remote repo, can't figure out how to resolve

I hope I can express this properly... I have the following setup in Bitbucket (using Git protocol). I have a …

git bitbucket git-merge merge-conflict-resolution
How to see what type of line endings are already in git repository?

First of all, I'm not asking what does it mean or how to change it. The thing what interest me …

git github version-control bitbucket line-endings
ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory Permission denied, please try again

I want to run pipline on Bitbucket. I made all the necessary settings. I installed ssh_askpass. I am using …

git bitbucket autodeploy
How to use Bower with private Bitbucket repository?

I'm working on a project, where I have some public bower components, and I'm writing some of my own. But, …

git bitbucket private bower
Unresponsive git status, diff, add (hanging)

The following git commands hang (do not respond) in one of my repositories: git status git diff git stash git …

git bitbucket ubuntu-16.04
Markdown: Links to markdown files in nested directories

I created a Bitbucket wiki. And I find an issue: how to make links to pages in nested folders? I …

markdown bitbucket wiki
Change Credentials for Push in Git

Just getting started with Git. I have an existing personal account on Bitbucket, and I have created a team account …

git bitbucket git-bash git-extensions
Is there a way to not have Bitbucket ask for my password every time when doing remote Mercurial operations?

With all other Mercurial repos that I push to, I can set my username and password in my hgrc (actually, …

mercurial bitbucket