Skip to content

Instantly share code, notes, and snippets.

@bmoore
Forked from tbranyen/nodegit.sh
Created September 24, 2015 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmoore/7bea4eb60e6bf98870c0 to your computer and use it in GitHub Desktop.
Save bmoore/7bea4eb60e6bf98870c0 to your computer and use it in GitHub Desktop.
emscripten fallback
λ node
> require("nodegit").Repository.open(".", function(err, repo) { console.log(err, repo); });
0 {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment