Skip to content

Instantly share code, notes, and snippets.

View yofreke's full-sized avatar

Joe Brown yofreke

View GitHub Profile
@yofreke
yofreke / test.js
Last active February 2, 2016 00:58 — forked from anonymous/test.js
example.js (functional)
'use strict';
// Helper Methods Used
var fs = require('fs');
var NodeGit = require('NodeGit');
var cloneOpts = {
callbacks: {
certificateCheck: function() {
// github will fail cert check on some OSX machines