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

fabiospampinato/autogit-plugin-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit Plugin - Push

A plugin for pushing to a remote.

Install

npm install --save autogit-plugin-push

Usage

Options

This plugin uses the following options object:

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

Configuration

Add this plugin to a command:

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

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

License

MIT © Fabio Spampinato

About

A plugin for pushing to a remote.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published