Added documentation

This commit is contained in:
Dolan
2017-06-08 02:27:21 +01:00
parent b54f72f4fd
commit 29a0cd79eb
3 changed files with 10 additions and 4 deletions

View File

@@ -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
});