HackGit
"Out of sheer boredom," I developed a Python script that generates daily commits on a Git repository throughout the year 2021. The script creates a test.txt file containing all the dates of the year and then commits each date with a message like 'Commit {i+1}'.
The process includes the use of Git commands such as git add, git commit, and finally, git push to update the remote repository. Although it serves no practical purpose, it was a fun experiment to explore the automation of tasks related to Git.
About the tech stack
PYTHON