dlibgit ~libgit_version_agnostic (2022-01-17T09:26:03.8719689)
Dub
Repo
GitRemote
git
remote
struct
GitRemote {
void
save
();
string
name
[@property getter];
string
url
[@property getter];
char
[]
name
[@property setter];
string
pushURL
[@property getter];
char
[]
pushURL
[@property setter];
void
connect
(GitDirection direction);
bool
connected
[@property getter];
void
stop
();
void
disconnect
();
void
download
(TransferCallbackDelegate progressCallback);
}
Members
Functions
connect
void
connect
(GitDirection direction)
disconnect
void
disconnect
()
download
void
download
(TransferCallbackDelegate progressCallback)
save
void
save
()
stop
void
stop
()
Properties
connected
bool
connected
[@property getter]
name
string
name
[@property getter]
name
char
[]
name
[@property setter]
pushURL
string
pushURL
[@property getter]
pushURL
char
[]
pushURL
[@property setter]
url
string
url
[@property getter]
Meta
Source
See Implementation
git
remote
enums
GitDirection
GitRemoteAutotagOption
functions
createRemote
createRemoteInMemory
loadRemote
structs
GitRemote