Dan Kendalls' Fluff

Git Art

A reader recently contacted me asking how I made my git commit history into a message.

Here is how

https://vincent-van-git.netlify.app/

Simply create an empty git repo

Use the above website to generate the necessary shell script.

You likely will have to edit the generated shell script in the archive.

For example I had to correct the origin as I use SSH via

git remote add origin git@github.com:MANICX100/one-of-your-french-girls.git

https://media.tenor.com/FG5kDnvAw1sAAAAd/rose-dewitt-bukater-kate-winslet.gif

Then a normal

git branch -M main
git push -u origin main

Then just run the shell script from your repos directory.

You may have to wait ~ 24hrs to see the effect.