You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked through the repo for the nodegit.org homepage in an attempt to submit a PR, but it doesn't look like that content is maintained here.
/* http://www.nodegit.org/ */// Load in the module.vargit=require('nodegit'),async=require('async');// Open the repository in the current directory.git.repo('.git',function(error,repository){
In this example taken from the homepage, an exception would be thrown because there is no "repo" method on the git object, or it's prototype.