Skip to content

[Cookbook][Workflow] Mention alternatives to GitHub #3215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 27, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions cookbook/workflow/new_project_git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,12 @@ in most cases, you'll also want to store your project on a remote server
both for backup purposes, and so that other developers can collaborate on
the project.

The easiest way to store your project on a remote server is via `GitHub`_.
Public repositories are free, however you will need to pay a monthly fee
to host private repositories.
The easiest way to store your project on a remote server is via a web-based
hosting service like `GitHub`_ or `Bitbucket`_. In GitHub, public repositories
are free, however you will need to pay a monthly fee to host private repositories.
In Bitbucket, you can also host private repositories for free, however they are
limited in the number of collaborators. Of course, there are more services out
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bicpi Contrary to what you said in your comment, you are explaining reasons to choose between them here, and this is what @wouterj asked to remove

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the reason for this PR was that the current version mentions details about GitHub: Public repositories are free, however you will need to pay a monthly fee to host private repositories

So what about this proposal: Do not mention any details about plans and pricing (they could even change over time) and just suggest GitHub and Bitbucket? That it, keep the PR changes less this sentence: In GitHub, public repositories are free, however you will need to pay a monthly fee to host private repositories. In Bitbucket, you can also host private repositories for free, however they are limited in the number of collaborators.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, that is want I meaned. Just add bitbucket to the first sentence and remove the other stuff

there, you can start your research with a `comparision of hosting services`_.

Alternatively, you can store your Git repository on any server by creating
a `barebones repository`_ and then pushing to it. One library that helps
Expand All @@ -121,3 +124,5 @@ manage this is `Gitolite`_.
.. _`barebones repository`: http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository
.. _`Gitolite`: https://github.com/sitaramc/gitolite
.. _`Github .gitignore`: https://help.github.com/articles/ignoring-files
.. _`Bitbucket`: https://bitbucket.org/
.. _`comparision of hosting services`: http://en.wikipedia.org/wiki/Comparison_of_open-source_software_hosting_facilities