Skip to content

Commit 3f95ca8

Browse files
author
jordanmccullough
committed
Refine chapter summaries
1 parent 37af114 commit 3f95ca8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

foundations/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Core skills for day-to-day use of Git on the command line and GitHub workflows
3131

3232
## Understanding version control
3333

34-
Explore an **introduction** to core concepts of the [Git](https://git-scm.com) technology and its vocabulary for every-day applications and scenarios.
34+
Explore an introduction to core concepts of the [Git](https://git-scm.com) technology and its vocabulary for every-day scenarios.
3535

3636
---
3737

@@ -103,7 +103,7 @@ The command line version of Git has a very light footprint. For most platforms,
103103

104104
## Surveying the GitHub platform
105105

106-
Discovery the flexibility of preserving version controlled files and the simplicity of **collaboration** workflows all in one ecosystem.
106+
Discover the flexibility of preserving version controlled files and the simplicity of collaboration workflows all in one ecosystem.
107107

108108
---
109109

@@ -230,7 +230,7 @@ Sign up for a free GitHub account at [github.com/join](https://github.com/join).
230230

231231
## Creating a hosted repository
232232

233-
Publishing your versioned documents and sharing **projects** on the [GitHub](https://github.com) platform.
233+
Publish your versioned documents and share projects on the [GitHub](https://github.com) platform.
234234

235235
---
236236

@@ -257,7 +257,7 @@ And important decision when creating your repository is in its name. Giving it a
257257

258258
## Touring content versioning on GitHub
259259

260-
Become acquainted with the **GitHub Web Flow** and GitHub interface that provides robust Git version control actions through a web browser.
260+
Explore the GitHub Web Flow and GitHub interface that provides robust Git version control actions all through a web browser.
261261

262262
---
263263

@@ -286,7 +286,7 @@ The GitHub web interface allows you to interact and perform many file-affecting
286286

287287
## Acquiring repositories locally
288288

289-
Explore the process of downloading a hosted repository to a **local** machine, the support across tooling, and the options of protocols.
289+
Explore the process of downloading a hosted repository to a local machine, the support across tooling, and the options of protocols.
290290

291291
---
292292

@@ -339,7 +339,7 @@ Just as with the Git technology operating on GitHub, local repositories also use
339339

340340
## Exploring the GitHub Flow
341341

342-
Discover the simplicity and flexibility in Git-based collaboration **workflows** with context-specific sets of changes and code review via pull requests
342+
Discover the simplicity and flexibility in Git-based collaboration workflows with context-specific sets of changes and code review via pull requests
343343

344344
---
345345

@@ -403,7 +403,7 @@ A branch is a divergent path in the history of the code base. It may contain an
403403

404404
## Syncing local and GitHub repos
405405

406-
Publish and syncrhonize **local** commit history with with a GitHub hosted repository with the flexibility of graphical clients and command line.
406+
Publish and syncrhonize local commit history with a GitHub hosted repository from graphical clients and command line.
407407

408408
---
409409

@@ -440,7 +440,7 @@ git push origin [master|branch]
440440

441441
## Visualizing changes with GitHub
442442

443-
Identifying **changes** across document history is easily achieved through GitHub's interface and support for code, prose, graphics files, and more.
443+
Identify changes across document history through GitHub's interface and support for code, prose, graphics files, and more.
444444

445445
---
446446

0 commit comments

Comments
 (0)