git-pull-or-clone icon indicating copy to clipboard operation
git-pull-or-clone copied to clipboard

Ensure a git repo exists on disk and that it's up-to-date

Results 4 git-pull-or-clone issues
Sort by recently updated
recently updated
newest added

Hi, I found that five transitive dependencies are not used in your package, according to your tests. So I created a package-lock.json file that excludes the useless dependencies. Would you...

Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.4.1. Changelog Sourced from rimraf's changelog. 4.4 Provide Dirent or Stats object as second argument to filter 4.3 Return boolean indicating whether the path was...

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.6.0. Release notes Sourced from actions/setup-node's releases. Add Support for Nightly, Canary and RC builds for Node.js In scope of this release we added support...

Nowadays most of developer develop JS in the form of Typescript and using async function instead of callback design pattern. (I am one of that developer too lol) So I...