import { getCommit } from "https://deno.land/x/readme_manager@v3.0.0/mod.ts";
Attempt to find the current git commit sha. Silently fails.
import { getCommit } from "./git.ts"
const commit = await getCommit('/path/to/git/repo', (errorMsg: string, error?: Error) => {})