# Kernel Tooling References - Git Interrogators
[TOC]
## References
The "interrogators" here means command that help display and compare version histoy, like `git blame`, `git log`, `git show`, `git diff` and so on. They are worth mentioning especially in doing backport. The [*Backporting and conflict resolution*](https://www.kernel.org/doc/html/latest/process/backporting.html) in the Linux Kernel Documentation shows how useful they can be.
### [So You Think You Know Git - FOSDEM 2024](https://youtu.be/aolI_Rz0ZqY)
{%youtube aolI_Rz0ZqY %}