mirror of
https://github.com/namibia/tips.git
synced 2025-02-09 22:38:27 +00:00
blame on certain range
This commit is contained in:
parent
6886c2c8f6
commit
9e7c67ed6c
@ -147,6 +147,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
|
|||||||
* [List unpushed git commits](#list-unpushed-git-commits)
|
* [List unpushed git commits](#list-unpushed-git-commits)
|
||||||
* [Add everything, but whitespace changes](#add-everything-but-whitespace-changes)
|
* [Add everything, but whitespace changes](#add-everything-but-whitespace-changes)
|
||||||
* [Edit [local/global] git config](#edit-localglobal-git-config)
|
* [Edit [local/global] git config](#edit-localglobal-git-config)
|
||||||
|
* [blame on certain range](#blame-on-certain-range)
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
<!-- @doxie.inject end toc -->
|
<!-- @doxie.inject end toc -->
|
||||||
@ -1008,5 +1009,10 @@ git diff --ignore-all-space | git apply --cached
|
|||||||
git config [--global] --edit
|
git config [--global] --edit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## blame on certain range
|
||||||
|
```sh
|
||||||
|
git blame -L <start>,<end>
|
||||||
|
```
|
||||||
|
|
||||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||||
<!-- @doxie.inject end -->
|
<!-- @doxie.inject end -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user