Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

How do I add Git version control (Bitbucket) to an existing source code folder?

How can I add the contents of an existing folder to Git version control? The tutorial here covers the case …

git bitbucket
What I can do to resolve "1 commit behind master"?

After pushing I've been seeing this message at remote repository: 1 commit behind master. This merge has conflicts that must be …

git github bitbucket branching-and-merging git-merge-conflict
How to discard uncommitted changes in SourceTree?

I'm new to the Git environment, and I'm using BitBucket with SourceTree on Mac. All I want to do now …

macos git bitbucket atlassian-sourcetree
How to markdown nested list items in Bitbucket?

I'm trying to see my markdown nested list items rendered with corresponding indentation when viewed in a browser live from …

html-lists markdown bitbucket nested-lists
Git error: src refspec master does not match any error: failed to push some refs

I am trying to add a file to my repository on BitBucket and I am having trouble. I am using …

git bitbucket git-push refspec
Git on Bitbucket: Always asked for password, even after uploading my public SSH key

I uploaded my ~/.ssh/id_rsa.pub to Bitbucket's SSH keys as explained, but Git still asks me for my …

git ssh bitbucket
How to move git repository with all branches from bitbucket to github?

What is the best way to move a git repository with all branches and full history from bitbucket to github? …

github bitbucket
Bitbucket fails to authenticate on git pull

I use BitBucket and had to change my password because it was compromised. git pull remote: Invalid username or password. …

git bitbucket
How to connect Bitbucket to Jenkins properly

Since about 1 week now, Bitbucket doesn't (?) send a request to my Jenkins server. I've set it all up like this: …

git jenkins continuous-integration bitbucket
Bitbucket git credentials if signed up with Google

I have an account on bitbucket.org that I created by signing up with my Google account. Now everytime I …

git bitbucket google-account