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

1.0.3 • Public • Published

Autogit Command - Pull

A command for pulling from a remote.

Install

npm install --save autogit-command-pull

Usage

Options

This command 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 command to your configuration:

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

module.exports = {
  commands: {
    pull: pull ({ /* YOUR OPTIONS */ })
  }
}

CLI

Call it from the CLI with:

autogit pull

License

MIT © Fabio Spampinato

Readme

Keywords

Package Sidebar

Install

npm i autogit-command-pull

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

5.13 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato