One liner, Git from Lisp: commit every file of this repository

from blog Lisp journey, | ↗ original
Hey, pardon this very short post, it’s just for the pleasure of blogging, and to balance the usual lengthy ones. I wanted to commit, one by one, every file of the current directory (it’s useless, don’t ask). I use legit as the interface to Git, and this one-liner: (dolist (file (uiop:directory-files "./")) (legit:git-add :paths (pathname...