mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-06 12:36:49 +08: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