Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用git blame并git log file.py查找更改,但是有没有办法查看文件特定行的更改?例如:文件 index.html 的第 84 行。
git blame
git log file.py
很简单:
git blame -L 84,84 index.html