@logseq/libs
Preparing search index...
IGitProxy
Interface IGitProxy
Git related APIS
interface
IGitProxy
{
execCommand
:
(
args
:
string
[]
)
=>
Promise
<
IGitResult
>
;
loadIgnoreFile
:
()
=>
Promise
<
string
>
;
saveIgnoreFile
:
(
content
:
string
)
=>
Promise
<
void
>
;
}
Index
Properties
exec
Command
load
Ignore
File
save
Ignore
File
Properties
exec
Command
execCommand
:
(
args
:
string
[]
)
=>
Promise
<
IGitResult
>
Added
0.0.2
Link
https://github.com/desktop/dugite/blob/master/docs/api/exec.md
load
Ignore
File
loadIgnoreFile
:
()
=>
Promise
<
string
>
save
Ignore
File
saveIgnoreFile
:
(
content
:
string
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exec
Command
load
Ignore
File
save
Ignore
File
@logseq/libs
Loading...
Git related APIS