gpt4 book ai didi

git 记录文件的一部分

转载 作者:IT王子 更新时间:2023-10-29 01:30:35 24 4
gpt4 key购买 nike

我想查看影响我的一个文件中当前行 x - y 的所有 git 提交。有什么办法可以做到吗?

最佳答案

现在 git loggit blame 一样支持 -L 选项。这是在 Git v1.8.4 中添加的。

 -L <start>,<end>:<file>
-L :<regex>:<file>

Trace the evolution of the line range given by "<start>,<end>" (or
the funcname regex <regex>) within the <file>. You may not give any
pathspec limiters. This is currently limited to a walk starting from a
single revision, i.e., you may only give zero or one positive revision
arguments. You can specify this option more than once.

( git-log documentation )

关于git 记录文件的一部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5898929/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com