Searched refs:pushAsync (Results 1 – 2 of 2) sorted by relevance
23 await Git.pushAsync({ track: currentBranch });
211 async pushAsync(options: GitPushOptions): Promise<void> { method in GitDirectory