mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
gitRemotes returns Remote[] (#39331)
This reverts d0bb9d9624 from #31420
release notes: https://github.com/nodegit/nodegit/releases/tag/v0.25.0
This commit is contained in:
Vendored
+1
-1
@@ -163,7 +163,7 @@ export class Repository {
|
||||
/**
|
||||
* Lists out the remotes in the given repository.
|
||||
*/
|
||||
getRemotes(callback?: Function): Promise<string[]>;
|
||||
getRemotes(callback?: Function): Promise<Remote[]>;
|
||||
/**
|
||||
* Gets a remote from the repo
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user