github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/simple-git/dist/src/lib/tasks/pull.d.ts (about)

     1  import { PullResult } from '../../../typings';
     2  import { Maybe, StringTask } from '../types';
     3  export declare function pullTask(remote: Maybe<string>, branch: Maybe<string>, customArgs: string[]): StringTask<PullResult>;