File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
147
147
* [ List unpushed git commits] ( #list-unpushed-git-commits )
148
148
* [ Add everything, but whitespace changes] ( #add-everything-but-whitespace-changes )
149
149
* [ Edit [ local/global] git config] ( #edit-localglobal-git-config )
150
+ * [ blame on certain range] ( #blame-on-certain-range )
150
151
151
152
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
152
153
<!-- @doxie.inject end toc -->
@@ -1008,5 +1009,10 @@ git diff --ignore-all-space | git apply --cached
1008
1009
git config [--global] --edit
1009
1010
```
1010
1011
1012
+ ## blame on certain range
1013
+ ``` sh
1014
+ git blame -L < start> ,< end>
1015
+ ```
1016
+
1011
1017
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
1012
1018
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 431
431
}, {
432
432
"title" : " Edit [local/global] git config" ,
433
433
"tip" : " git config [--global] --edit"
434
+ }, {
435
+ "title" : " blame on certain range" ,
436
+ "tip" : " git blame -L <start>,<end>"
434
437
}]
You can’t perform that action at this time.
0 commit comments