Below you will find pages that utilize the taxonomy term “Git”
Posts
Referencing Git File Versions In Perpetuity
A real-world use case for referencing a version of a git file came up in practice recently. The suggested solution was to copy a file into git to a folder as the project morphed and evolved over time. I suggested there would be a better way utilizing the power of version control.
Permalinks cat-file will work within the git command line to cat a file out at a particular point in time.
read more