I want to check the status of some external git repositories using Deno. I found the Deno.run function which seems like the right function for this case, so I w
Deno.run