autogit-plugin-pull
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Autogit Plugin - Pull

A plugin for pulling from a remote.

Install

npm install --save autogit-plugin-pull

Usage

Options

This plugin uses the following options object:

{
  remote: 'origin', // The remote to pull from
  branch: '' // The branch to pull from, if not set the current branch will be used
}

Configuration

Add this plugin to a command:

const pull = require ( 'autogit-plugin-pull' );

module.exports = {
  commands: {
    'my-command': [
      pull ({ /* YOUR OPTIONS */ })
    ]
  }
}

License

MIT © Fabio Spampinato

Readme

Keywords

Package Sidebar

Install

npm i autogit-plugin-pull

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

11.6 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato