Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

How to add tags in Bitbucket? I'm using Git

I'm hosting my codes on Bitbucket using Git. My local client is EGit (eclipse plugin). I created a tag locally (…

git tags bitbucket
How to restrict access to master branch on git

I have a single repo in which I have 2 user groups: Admins HTML/UI Developers I do not wish to …

git gitlab bitbucket git-branch
Can't push to bitbucket, Permission denied (publickey)

I am trying to push my project onto my bitbucket, been messing with this for about 4 days pouring through countless …

ssh bitbucket ssh-keys
How do I get Jenkins to build on push to a BitBucket git repository?

I have a git repository hosted on BitBucket, and have set up SSH authentication between the repository and my Jenkins …

git jenkins bitbucket
how do I change a git commit message in bitbucket

I need to change an old git commit message in BitBucket. I tried git rebase -i and reworded my message …

git bitbucket
How to undo a merge on Bitbucket?

I've created a merge (into the 'master' branch) that's now on a Bitbucket repo. Long story short: I need to …

git bitbucket
Forking from GitHub to Bitbucket

I'm working on a project based on CakePHP, that's hosted on GitHub. My project is being hosted on Bitbucket. Both …

git github bitbucket
How to compare two revisions in Bitbucket?

My team is using Bitbucket for our git repository and we've recently starting using the pull request functionality for code …

git bitbucket
How to clone a specific branch in git bitbucket

I want to clone a specific branch. I don't want download the master branch. How do I clone the whole …

git github bitbucket git-svn
Revert a merged pull request on Bitbucket

I've created a pull request and I've merged it to an wrong branch. How can I revert it? As far …

git bitbucket atlassian-sourcetree