Skip to content
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

Update information about GitHub's private repositories #1346

Merged
merged 2 commits into from
Dec 25, 2019
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
7 changes: 5 additions & 2 deletions book/06-github/sections/1-setting-up-account.asc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ Go ahead and do this; it's pretty important (as we'll see later).

[NOTE]
====
GitHub provides all of its functionality with free accounts, with the limitation that all of your projects are fully public (everyone has read access).
GitHub's paid plans also include the option of creating private projects, but we won't be covering those in this book.
GitHub provides almost all of its functionality with free accounts, except some advanced features.
Additionally, private repositories are limited to 3 collaborators.

GitHub's paid plans include advanced tools and features as well as increased limits for free services, but we won't be covering those in this book.
To get more actual information about available plans and their comparison visit https://github.com/pricing[].
Morganov marked this conversation as resolved.
Show resolved Hide resolved
====

Clicking the Octocat logo at the top-left of the screen will take you to your dashboard page.
Expand Down