git-pull-latest

git pull latest branch from remote for target repository

Usage no npm install needed!

<script type="module">
  import gitPullLatest from 'https://cdn.skypack.dev/git-pull-latest';
</script>

README

git-pull-latest

CircleCI NPM Downloads node License MIT

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