Your Git commits history
Problem
You want to know what your input in the project is.
Solution
The easiest way is to list all your commits.
git log --oneline --all --author="[author-name-here]" > my-commits.txt
Result
# ./my-commits.txt
294c212 add custom BlogQuote element
6f65a98 remove generated posts
1a5681e initial commit 🎉