Git Commit Wildcard
published on
I wasn't sure if supplying a wildcard to git commit
would work, but then I just tried it and it actually does:
git commit content/* -m 'update content'
commits all staged files in the specified path. Definitely helpful, especially when updating lots of random things in Kirby's content files.