Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

Is proprietary code legally safe on bitbucket or github?

I know this slightly in the legal realm but its unclear who owns the code if you put proprietary code …

github bitbucket
Broken pipe when pushing to git repository

I'm trying to push for the first time a code to my git repository but i get the following error: …

git push bitbucket broken-pipe
Comparing the pros and cons of Bitbucket to Github

Disclaimer: This is a subjective question. Please follow relevant guidelines. I am considering the migration of source code from a …

git github bitbucket dvcs
How do I use Git Extensions with a Bitbucket repository?

I have repository on both github.com and bitbucket.org, and I am very familiar using Git Extensions for all …

repository bitbucket git-extensions
Create a BitBucket git commit hook?

I just ported over a repo from GitHub to BitBucket. Although it does many of necessities, I'm finding it surprisingly …

git bitbucket githooks
GitHub or BitBucket?

I would like to host my code in the cloud. Which one would you recommend?

git mercurial github cvs bitbucket
GIT pulling or cloning repository only gets Master branch

I host on BitBucket when I git clone a repository or use git pull origin master and git pull origin …

git clone bitbucket pull
How can I connect to my own Git server in SourceTree?

I have a Git server. However, when I try to add a user to SourceTree, I see that I can …

git github bitbucket atlassian-sourcetree bitbucket-server
Multiple bitbucket accounts

I have a Bitbucket account for my 9-5 job and I also have a personal Bitbucket account. My goal is …

git ssh bitbucket
How to update a pull request on bitbucket?

How do you update one of your own pull requests on bitbucket in your IDE on your local computer? This …

git bitbucket pull-request