File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -151,15 +151,15 @@ git diff --stat -w --color-words
151
151
#### Details
152
152
```
153
153
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
158
158
git log --author=<committer>
159
- git log --format=` full, fuller, raw
159
+ git log --format= full, fuller, raw
160
160
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
163
163
git log --word-diff --patch
164
164
git log --graph
165
165
git log --decorate
@@ -189,7 +189,7 @@ git branch --no-merged
189
189
### Summary
190
190
* ` Checkout ` as a multi-use command
191
191
* Changing branches
192
- * Exploring history (detached` HEAD ` )
192
+ * Exploring history (detached ` HEAD ` )
193
193
* Discarding dirty working tree paths
194
194
195
195
You can’t perform that action at this time.
0 commit comments