software-gardening / almanack

An open-source handbook of applied guidance and tools for sustainable software development and maintenance.
https://software-gardening.github.io/almanack
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Creating a git-based function to extract file content at specific commits #48

Closed willdavidson05 closed 3 months ago

willdavidson05 commented 3 months ago

Existing issue check

Description

I want to build a git-based file function and be able to extract the contents of current or historical points within the source history.

Example

Utilizing either subprocesses or the git python library to access the source history as referenceable objects.

Would you like to work on a solution for this?