10000 Merge pull request #3215 from bicpi/git_hosting_alternatives · symfony/symfony-docs@9aa4289 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9aa4289

Browse files
committed
Merge pull request #3215 from bicpi/git_hosting_alternatives
[Cookbook][Workflow] Mention alternatives to GitHub
2 parents a78c6e4 + e15aee8 commit 9aa4289

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

cookbook/workflow/new_project_git.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ in most cases, you'll also want to store your project on a remote server
106106
both for backup purposes, and so that other developers can collaborate on
107107
the project.
108108

109-
The easiest way to store your project on a remote server is via `GitHub`_.
110-
Public repositories are free, however you will need to pay a monthly fee
111-
to host private repositories.
109+
The easiest way to store your project on a remote server is via a web-based
110+
hosting service like `GitHub`_ or `Bitbucket`_. Of course, there are more
111+
services out there, you can start your research with a
112+
`comparison of hosting services`_.
112113

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

0 commit comments

Comments
 (0)
0