Using Bitbucket

From Littledamien Wiki
Jump to navigation Jump to search

Overview[edit]

Notes on using Bitbucket to host Git repositories.

Moving a Git repo to Bitbucket[edit]

$ git remote add bitbucket https://user@bitbucket.org/user/project.git
$ git push bitbucket master

Bitbucket vs. GitHub[edit]

  • GitHub is ideal for collaborating on open-source projects.
  • GitHub charges for hosting private repos.
    • Collaborating on private repos is cheaper through GitHub than through Bitbucket?
  • Bitbucket allows for unlimited single-user private repos.
    • With Bitbucket, you pay as you add collaborators to a project.