Skip to content

Instantly share code, notes, and snippets.

@sudcha2
sudcha2 / github.js
Created December 1, 2020 01:52 — forked from StephanHoyer/github.js
Commiting multiple files to github over API
'use strict';
var Octokat = require('octokat');
var extend = require('lodash/object/assign');
var defaults = {
branchName: 'master',
token: '',
username: '',
reponame: ''