Skip to content

Commit fd259c7

Browse files
author
Matthew McCullough
committed
Merge pull request #79 from randomecho/workbook-int-ticks
Clean up stray backticks from Reviewing history
2 parents 7c75c76 + 2a83874 commit fd259c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

workbooks/github-intermediate.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ git diff --stat -w --color-words
151151
#### Details
152152
```
153153
git log
154-
git log -<n>`
155-
git log --stat`
156-
git log --patch`
157-
git log --all`
154+
git log -<n>
155+
git log --stat
156+
git log --patch
157+
git log --all
158158
git log --author=<committer>
159-
git log --format=` full, fuller, raw
159+
git log --format= full, fuller, raw
160160
git log --diff-filter=[A|M|D]
161-
git log -S<StringInPatch>` Search for string match _in_ patch
162-
git log -G="<pattern">` Listing patch change sets
161+
git log -S<StringInPatch> Search for string match _in_ patch
162+
git log -G="<pattern>" Listing patch change sets
163163
git log --word-diff --patch
164164
git log --graph
165165
git log --decorate
@@ -189,7 +189,7 @@ git branch --no-merged
189189
### Summary
190190
* `Checkout` as a multi-use command
191191
* Changing branches
192-
* Exploring history (detached`HEAD`)
192+
* Exploring history (detached `HEAD`)
193193
* Discarding dirty working tree paths
194194

195195

0 commit comments

Comments
 (0)