Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
JSGit
Remote
Interface Remote
Index
Properties
hostname
pathname
Methods
close
discover
fetch
Properties
public
hostname
:
string
public
pathname
:
string
Methods
public
close
(
callback
?:
(err: any) => void
)
Parameters
callback?:
(err: any) => void
optional
public
discover
(
callback
:
(err: any, refs: JSGit.StringMap) => void
)
Parameters
callback:
(err: any, refs: JSGit.StringMap) => void
public
fetch
(
repo
:
Repo
, opts
:
Object
, callback
:
(err: any) => void
)
Parameters
repo:
Repo
opts:
Object
callback:
(err: any) => void
Globals
JSGit
DB
GitAuthor
GitCommit
GitObject
GitTree
GitTreeElem
Remote
hostname
pathname
close
discover
fetch
Repo
StringMap