git-js
git-js copied to clipboard
A light weight interface for running git commands in any node.js application.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. Commits 707e1b2 3.0.5 a8763f4 Improve redos protection, add many tests bafa295 Use master branch for travis badge 013d64d update travis See full diff in...
I have been using simple-git with my node.js in one of my recent projects. It works perfectly in my local setup machine but it fails to do so in the...
I am doing ``` await this.git.clone(RepoUrl, repoPath) RepoUrl has username and pwd passed along and is an HTTPS URL. ``` This step works, but doing rebase complains that `First, rewinding...
I'm not able to request the log of a specific file, like this: ```js simpleGit().log({file: "path/to/my/file"}) ``` It fails with this error: ``` GitError: fatal: ambiguous argument 'path/to/my/file': unknown revision...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.  #### Changes included in this PR - Changes to...
## Changes: - Capitalize proper noun: Git. - Capitalize abbreviation: API. ## Context: Fixing up some typos in this file.
Hi @steveukx , Is it possible to have status of a branch as to whether that branch commit is ahead or behind of master branch? In Git web interface there...
Merge works fine in case of conflicts between text files. It throws MergeSummary with parsed conflicts. But when there is a conflict between binary files, merge throws an error without...
Hello, Can we add the `git.addAll` function as an alias to run `git add --all`?
Upgrade the `packageManager` to `[email protected]` to allow for using modern yarn's workspace tools