Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/somefn/deno/git.ts>pullGitRepo

some functions for deno
Go to Latest
function pullGitRepo
import { pullGitRepo } from "https://deno.land/x/somefn@v0.24.1/deno/git.ts";

拉取 Git 仓库最新内容

需要 git 支持.

Parameters

repo: string
optional
opt: { keyPath?: string; keyString?: string; branch?: string; depth?: string; dirPath?: string; skipHostKeyCheck?: boolean; timeout?: number; } = [UNSUPPORTED]

Returns

Promise<string>