git-pull-latest
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

/git-pull-latest/

    Package Sidebar

    Install

    npm i git-pull-latest

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    357 kB

    Total Files

    10

    Last publish

    Collaborators

    • nivrith