Skip to content

Commit 36e51d4

Browse files
committed
Remove hoster specific details
1 parent bfad642 commit 36e51d4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cookbook/workflow/new_project_git.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ both for backup purposes, and so that other developers can collaborate on
107107
the project.
108108

109109
The easiest way to store your project on a remote server is via a web-based
110-
hosting service like `GitHub`_ or `Bitbucket`_. In GitHub, public repositories
111-
are free, however you will need to pay a monthly fee to host private repositories.
112-
In Bitbucket, you can also host private repositories for free, however they are
113-
limited in the number of collaborators. Of course, there are more services out
114-
there, you can start your research with a `comparision of hosting services`_.
110+
hosting service like `GitHub`_ or `Bitbucket`_. Of course, there are more
111+
services out there, you can start your research with a
112+
`comparision of hosting services`_.
115113

116114
Alternatively, you can store your Git repository on any server by creating
117115
a `barebones repository`_ and then pushing to it. One library that helps

0 commit comments

Comments
 (0)