8000 [Cookbook][Workflow] Mention alternatives to GitHub by bicpi · Pull Request #3215 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

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
Prev Previous commit
Next Next commit
Remove hoster specific details
  • Loading branch information
bicpi committed Nov 21, 2013
commit 36e51d4bee3cb774b889a60e666e55cccb396843
8 changes: 3 additions & 5 deletions cookbook/workflow/new_project_git.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,9 @@ 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 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
there, you can start your research with a `comparision of hosting services`_.
hosting service like `GitHub`_ or `Bitbucket`_. Of course, there are more
services out there, you can start your research with a
`comparision of hosting services`_.
Copy link
Member

Choose a reason for hiding this comment

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

comparison


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 Down
0