Skip to content

Commit 7c75c76

Browse files
author
Matthew McCullough
committed
Merge pull request #77 from randomecho/workbook-adv-link-fix
Clears up wording about the one-part Git experience as CLI
2 parents 03cc134 + 90b5f11 commit 7c75c76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

workbooks/github-foundations.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ GitHub accounts are free. Sign up for one at [github.com/join](https://github.co
5151

5252
GitHub is the repository hosting, collaboration, deployment, and distribution platform for both open source and private software projects. It facilitates discussing changes-in-progress through the concepts of Issues and Pull Requests and provides a web user interface to much of Git. The web flow made possible by GitHub brings a much wider range of contributors, including documentation specialists, designers, and ops engineers into the flow of contributing to your application's life cycle.
5353

54-
5554
GitHub accounts are free for an unlimited quantity of public repositories. Only private repositories cost to host on the service. Private repositories are typically used for closed-source consulting client or corporate products, whereas public repositories are typically used for open source.
5655

5756
Sign up for a free GitHub account at https://github.com/join.
5857

59-
Git can be installed as a unified GitHub GUI and command line or merely via a stand-alone command line interface.
58+
Git can be installed as a unified GitHub GUI and command line or merely as a stand-alone command line interface.
6059

6160

6261
## Ways of interacting with repositories
@@ -107,7 +106,7 @@ Git can be installed as a unified GitHub GUI and command line or merely via a st
107106

108107
### Summary
109108
* Forking
110-
* <a href="https://guides.github.com/overviews/forking/" class="Guide to Forking</a>
109+
* <a href="https://guides.github.com/overviews/forking/" class="booklink">Guide to Forking</a>
111110
* Reason for forks
112111
* What it encourages
113112
* How it insulates
@@ -119,7 +118,7 @@ Git can be installed as a unified GitHub GUI and command line or merely via a st
119118
* Compare
120119
* Pull Request
121120
* Discuss
122-
* Animated Gif
121+
* Animated GIF
123122
* Line by line code review conversation
124123
* Clone locally with GHfD (optional)
125124

0 commit comments

Comments
 (0)