Questions tagged [bitbucket]

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.

Bitbucket is a hosting site for Git repositories. The service offering includes an issue tracker, wiki and webhooks, as well as integration with a number of popular third-party services.

See also

See more

8373 questions
96
votes
5 answers

Link latest file on Bitbucket Git repository

I have a public Git repository on Bitbucket. I want to link the latest version of a Read-Me file. Here's the link to a revision/commit: https://bitbucket.org/wordless/thofu-interpreter/raw/5bfc37864c5d/ThoFu%20Interpreter/ReadMe.txt I tried to…
Thomas Uhrig
  • 30,811
  • 12
  • 60
  • 80
95
votes
5 answers

What is the public URL for the Github public keys

I heard that there was a public URL for all users on github where you can access their public keys or they can supply that URL of all their public keys. Is this true? If so what is that URL. Does it exist for bitbucket as well?
frazras
  • 5,928
  • 4
  • 30
  • 40
90
votes
6 answers

How can I add Git tags in Bitbucket?

I'm hosting my code on Bitbucket using Git. My local client is EGit (eclipse plugin). I created a tag locally (Team -> Advanced -> Tag) and then pushed it to remote repository. But when I open my repository page, I can't find tags there. I'm pretty…
Georgie Porgie
  • 2,100
  • 3
  • 24
  • 25
90
votes
5 answers

Easiest way to rename git project configured on BitBucket

I have a project hosted on BitBucket Can I rename it ? If not and I need to create a new repository can someone tell me the easiest way to do that and have new repo on BitBucket (one particular cause of confusion for me is whether to drive the…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
90
votes
2 answers

What does Approve button do with changeset on bitbucket.org?

When using Bitbucket for source control, there's an "Approve" button that appears at the upper right of the commit page: It appears to generate an activity message in the repositories overview page: Is that all it does? What is the intended…
andrybak
  • 2,129
  • 2
  • 20
  • 40
87
votes
4 answers

GIT: change commit date to author date

Is it possible to change the commit date from my commit to the author date? I adapted some commits and now the dates are all the same. I want to set it back to the old dates (or the author dates). Is this possible? I am using Sourcetree so I have…
kevingoos
  • 3,785
  • 4
  • 36
  • 63
86
votes
4 answers

How to push local changes to a remote Git repository on Bitbucket

I'm testing out Git and Bitbucket. I've created a repository on Bitbucket and have created a local copy of the repository and I am committing files into it. I can't seem to push the files from my local repository to the remote repository. Here's…
Joel
  • 29,538
  • 35
  • 110
  • 138
86
votes
7 answers

Deploying to Heroku using git on bitbucket

I want to host my source on bitbucket using git because I obviously get a free private repo and I want to host my app on heroku using the source code from bitbucket. Can i do it using the github client and heroku toolbelt. Will it work? Github is…
Wasswa Samuel
  • 2,139
  • 3
  • 30
  • 54
85
votes
5 answers

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 of making a directory and then adding source contents to it. I have some source code in a folder that is path dependent and don't want to move…
user1406716
  • 9,565
  • 22
  • 96
  • 151
82
votes
8 answers

Use own username/password with git and bitbucket

I'm in a team of three; two are working locally, and I am working on the server. My coworker set up the account, but gave me full privileges to the repository. I set my username and email in git: git config --global user.name "bozdoz" git config…
bozdoz
  • 12,550
  • 7
  • 67
  • 96
82
votes
6 answers

Hanging at "POST git-receive-pack (chunked)"

I will be honest, I know very little about the internals of git. I have staged and commit a 40mb directory, but when I come to push... $ git push --verbose --progress Pushing to https://acron0@bitbucket.org/acron0/project.git Password for…
Antony Woods
  • 4,415
  • 3
  • 26
  • 47
81
votes
12 answers

How to resolve git error: "Updates were rejected because the tip of your current branch is behind"

A well meaning colleague has pushed changes to the Master instead of making a branch. This means that when I try to commit I get the error: Updates were rejected because the tip of your current branch is behind I know this should be resolved by…
Finglish
  • 9,692
  • 14
  • 70
  • 114
81
votes
2 answers

Clear git repository on Bitbucket?

I'm just getting started with git, and started messing about with Bitbucket. However, I now want to use the repository I created, but without its initial history. Is there any way I can clear out or purge my repository so that I can start from…
MTCoster
  • 5,868
  • 3
  • 28
  • 49
80
votes
5 answers

Multiple bitbucket accounts

I have a Bitbucket account for my 9-5 job and I also have a personal Bitbucket account. My goal is to be able to use both on the same computer. I have installed the latest git on a Windows 7 pc. So currently everything with my companies Bitbucket…
TheWebGuy
  • 11,429
  • 16
  • 52
  • 72
78
votes
4 answers

Add images to README.md on BitBucket

Can I somehow reference the image from readme.md file so that it renders when viewed in BitBucket directly from project (without hosting the image elsewhere on web) ? UPDATE: The issue was resolved so it's working now as it was explained in the…
Danny Dan
  • 1,215
  • 1
  • 16
  • 32