What do we really use version control for at a fundamental level? How do we ask our codebase questions and are the tools we're using able to answer the questions that we really want to ask it? What do you want to ask your code?
file? What code in other repositories are related to this code? What were the conversations (in chat or GitHub) my team had around this code before it was merged? What did the author/s reference when writing this? What specifications was this based on? What errors were or are commonly created by this code or code related to it that I should be aware of before changing?