@@ -33,7 +33,7 @@ Important command line skills and problem solving processes
33
33
34
34
## Configuring your Git environment
35
35
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 .
37
37
38
38
---
39
39
@@ -146,7 +146,7 @@ $ git config --list --[scope]
146
146
147
147
## Starting on the command line
148
148
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.
150
150
151
151
---
152
152
@@ -209,7 +209,7 @@ Git provides an easy way to start versioning any prototype, prose or project wit
209
209
210
210
## Versioning via the command line
211
211
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.
213
213
214
214
---
215
215
@@ -278,7 +278,7 @@ $ git commit -m "[your description]"
278
278
279
279
## Comparing pending and existing changes
280
280
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.
282
282
283
283
---
284
284
@@ -379,7 +379,7 @@ $ git diff [file-path]
379
379
380
380
## Reviewing historical changes
381
381
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.
383
383
384
384
---
385
385
@@ -435,7 +435,7 @@ $ git log --patch --color-words
435
435
436
436
## Organizing history for optimal workflows
437
437
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.
439
439
440
440
---
441
441
@@ -550,7 +550,7 @@ $ git merge [branch]
550
550
551
551
## Interacting with distributed repositories
552
552
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.
554
554
555
555
---
556
556
@@ -658,7 +658,7 @@ $ git push
658
658
659
659
# # Crafting shortcuts & efficiencies
660
660
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.
662
662
663
663
---
664
664
@@ -828,7 +828,7 @@ $ git reset --hard [commit|branch|tag]
828
828
829
829
## Recovering from anything
830
830
831
- Recover from unexpected or unwanted changes from versioned history.
831
+ Restore content from versioned history.
832
832
833
833
---
834
834
0 commit comments