Using Bitbucket

From Littledamien Wiki
Revision as of 23:36, 23 April 2013 by Video8 (talk | contribs) (Created page with "== Overview == Notes on using Bitbucket to host Git repositories. == Moving a Git repo to Bitbucket == <syntaxhighlight lang="bash"> $ git remote add bitbucket https://user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.