@@ -56,7 +56,7 @@ $ git log --author [author-name]
5656$ git log --since [integer].days.ago
5757```
5858
59- Searching by a string or regular expression often often the most efficient way of finding history:
59+ Searching by a string or regular expression is often the most efficient way of finding history:
6060
6161``` bash
6262$ git log -S [string-in-patch]
@@ -196,7 +196,7 @@ $ git add -f [path]
196196```
197197
198198#### Removing unwanted files
199- * Purge untracked in working dir
199+ * Purge untracked in working directory
200200* for directories
201201* for removing ignored files (useful for tidying build artifacts)
202202
@@ -214,7 +214,7 @@ $ git clean -fx
214214{% endcapture %}{% include slide-section %}
215215
216216{% capture lab %}
217- 1 . Use built-in, time-saving command shortcuts for commiting and branch switching
217+ 1 . Use built-in, time-saving command shortcuts for committing and branch switching
2182182 . Learn when to use ` stash ` and when longer-lived branching provides better options
2192193 . Commit partial file content * hunks* with patch option switches of ` add ` and ` reset `
2202204 . Avoiding repetitive conflict resolution with ` rerere `
@@ -585,7 +585,7 @@ $ git tag -v [tag-name]
585585
586586#### Command line interface
587587* Uses the API for interfacing with your repos
588- * Stores OAUTH token, credentials
588+ * Stores OAuth token, credentials
589589* Highly efficient for power-users
590590* Hub and GH merging into one project
591591
0 commit comments