@@ -33,7 +33,7 @@ Important command line skills and problem solving processes
3333
3434## Configuring your Git environment
3535
36- Establish important and useful settings for efficiences in command line day-to-day uses .
36+ Establish important and useful settings for efficient command line use .
3737
3838---
3939
@@ -146,7 +146,7 @@ $ git config --list --[scope]
146146
147147## Starting on the command line
148148
149- Begin versioning project content from existing content or from a fresh start with a few basic commands .
149+ Begin versioning project content from existing content or from a fresh start.
150150
151151---
152152
@@ -209,7 +209,7 @@ Git provides an easy way to start versioning any prototype, prose or project wit
209209
210210## Versioning via the command line
211211
212- Explore the advantages of Git's staging area and commit process and real-world workflows for easily and strategically versioning change .
212+ Explore the advantages of Git's staging area and commit process.
213213
214214---
215215
@@ -278,7 +278,7 @@ $ git commit -m "[your description]"
278278
279279## Comparing pending and existing changes
280280
281- Maximize the file comparison abilities of Git with historical and un-committed change review commands .
281+ Maximize file comparison abilities of Git with historical and un-committed change review.
282282
283283---
284284
@@ -379,7 +379,7 @@ $ git diff [file-path]
379379
380380## Reviewing historical changes
381381
382- Assess committed content across all known version and narrow searches with useful filtering options.
382+ Assess committed content across all known version and narrow searches with filtering options.
383383
384384---
385385
@@ -435,7 +435,7 @@ $ git log --patch --color-words
435435
436436## Organizing history for optimal workflows
437437
438- Harness Git's fast, and local, branching features for contextualizing change and efficiently switching between work effort.
438+ Harness Git's fast branching features for efficiently switching between work effort.
439439
440440---
441441
@@ -550,7 +550,7 @@ $ git merge [branch]
550550
551551## Interacting with distributed repositories
552552
553- Go beyond local history interactions and synchronize histories on an as-needed, controlled basis, with publication and download commands .
553+ Go beyond local history interactions and synchronize histories on an as-needed, controlled basis.
554554
555555---
556556
@@ -658,7 +658,7 @@ $ git push
658658
659659# # Crafting shortcuts & efficiencies
660660
661- Improve Git interactions with custom commands incorporated preferred options and specialized outputs.
661+ Improve Git interactions with custom commands, preferred option flags, and specialized outputs.
662662
663663---
664664
@@ -828,7 +828,7 @@ $ git reset --hard [commit|branch|tag]
828828
829829## Recovering from anything
830830
831- Recover from unexpected or unwanted changes from versioned history.
831+ Restore content from versioned history.
832832
833833---
834834
0 commit comments