mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Repository.init method has a mandatory isBare parameter of type number.
This commit is contained in:
@@ -4,7 +4,7 @@ Git.Repository.discover("startPath", 1, "ceilingDirs").then((string) => {
|
||||
// Use string
|
||||
});
|
||||
|
||||
Git.Repository.init("path", true).then((repository) => {
|
||||
Git.Repository.init("path", 0).then((repository) => {
|
||||
// Use repository
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user