@git.fetch()
APIGit注解js.git
执行git fetch
操作
调用方法
- (path) -> Async
- (path, remote) -> Async
参数介绍
- path: StringGit根目录
- remote: String可空可选默认"origin"拉新Git的源名称
关联API
- @git()
- @git.blame()
- @git.checkout()
- @git.clone()
- @git.reset()
- @git.resolveRefish()
- @git.status()