Searched refs:getTrackingBranchNameAsync (Results 1 – 2 of 2) sorted by relevance
27 const trackingBranch = await Git.getTrackingBranchNameAsync();
147 async getTrackingBranchNameAsync(): Promise<string> { method in GitDirectory