Using Bitbucket: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 23:36, 23 April 2013
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.