mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added documentation
This commit is contained in:
@@ -47,3 +47,7 @@ let array = Git.Attr.getMany(repo, 1, "path", 1, "names");
|
||||
result = Git.Attr.value("attr");
|
||||
|
||||
const blameOptions = new Git.BlameOptions();
|
||||
|
||||
Git.Branch.lookup(repo, "branch_name", Git.Branch.BRANCH.LOCAL).then(function (reference) {
|
||||
// Use reference
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user