git-commit-push-via-github-api icon indicating copy to clipboard operation
git-commit-push-via-github-api copied to clipboard

Git commit and push by using GitHub API. No depended on Git binary.

Results 7 git-commit-push-via-github-api issues
Sort by recently updated
recently updated
newest added

I am getting this warning please fix it ``` [@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead Deprecation: [@octokit/rest] octokit.authenticate() is deprecated. Use...

Type: Maintenance

I'm author of this library. But I have not used this library, because I've created similar library [korefile: File System API for Local/GitHub.](https://github.com/azu/korefile). These are same about using GitHub API,...

help wanted

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...

dependencies

``` Error: octokit.authenticate() is deprecated. Use "auth" constructor option instead. at authenticate (/app/node_modules/@octokit/rest/plugins/authentication-deprecated/authenticate.js:4:26) at exports.gitCommitPush (/app/node_modules/git-commit-push-via-github-api/lib/git-commit-push-via-github-api.js:126:16) ```

duplicate