You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundations/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Core skills for day-to-day use of Git on the command line and GitHub workflows
31
31
32
32
## Understanding version control
33
33
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.
35
35
36
36
---
37
37
@@ -103,7 +103,7 @@ The command line version of Git has a very light footprint. For most platforms,
103
103
104
104
## Surveying the GitHub platform
105
105
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.
107
107
108
108
---
109
109
@@ -230,7 +230,7 @@ Sign up for a free GitHub account at [github.com/join](https://github.com/join).
230
230
231
231
## Creating a hosted repository
232
232
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.
234
234
235
235
---
236
236
@@ -257,7 +257,7 @@ And important decision when creating your repository is in its name. Giving it a
257
257
258
258
## Touring content versioning on GitHub
259
259
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.
261
261
262
262
---
263
263
@@ -286,7 +286,7 @@ The GitHub web interface allows you to interact and perform many file-affecting
286
286
287
287
## Acquiring repositories locally
288
288
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.
290
290
291
291
---
292
292
@@ -339,7 +339,7 @@ Just as with the Git technology operating on GitHub, local repositories also use
339
339
340
340
## Exploring the GitHub Flow
341
341
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
343
343
344
344
---
345
345
@@ -403,7 +403,7 @@ A branch is a divergent path in the history of the code base. It may contain an
403
403
404
404
## Syncing local and GitHub repos
405
405
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.
0 commit comments