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