|
|
|
|
|
by war1025
2171 days ago
|
|
> When inheriting a project, you use git blame a lot Obligatory plug for `git log -p`, which is a much better tool for finding out how changes happened to a file. You can also use `git log -p --follow` with a single file to track the file across renames and moves. |
|