git log across across

时间:2016-02-26 16:57:02

标签: git revision-history

我在Git中有一个名为templating/motorcalc.py的文件,整个templating目录已重命名为templates

如何查看motorcalc.py的整个日志?它停在重命名点,我无法弄清楚如何看到早期的历史。

1 个答案:

答案 0 :(得分:3)

没关系,我刚刚找到--follow option.