I found that we can run stuff in parallel with (from "unlock unchanged") ``` $filesToUnlock | ForEach-Object -Parallel { git lfs unlock $_ } -ThrottleLimit 12 ``` But I am not sure if this actually yields any performance gains 🤔 Any insight?
I found that we can run stuff in parallel with
(from "unlock unchanged")
But I am not sure if this actually yields any performance gains 🤔
Any insight?