git-pull-latest
v1.0.0
Published
git pull latest branch from remote for target repository
Downloads
9
Readme
git-pull-latest
git pull latest branch from remote
Highlights
Written in Typescript
Async
Promise API
Usage
git pull latest branch from remote
const {gitPullLatest} = from 'git-pull-latest';
gitPullLatest('../is-n')
.then((oid) => console.log(oid)); //90506d6b23ad2a044d69fcaed9f814d4d3ae2110
License
MIT © Nivrith