Create a commit.
Future<GitResult> commit(String message, {String? dir}) async { return runGit(['commit', '-m', message], workingDirectory: dir); }