Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

fabiospampinato/autogit-plugin-pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for pulling from a remote.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published