1.0.0 • Published 7 years ago

git-clone-idempotent v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-clone-idempotent

Like git clone, but pulls if the folder exists

npm install -g git-clone-idempotent

Useful for automated git clones/pulls

Usage

# run it once, it will clone
git-clone-idempotent git://github.com/mafintosh/git-clone-idempotent.git
# run it again, it will pull
git-clone-idempotent git://github.com/mafintosh/git-clone-idempotent.git

License

MIT