npm.io
1.0.3 • Published 7 years ago

autogit-command-push

Licence
MIT
Version
1.0.3
Deps
2
Size
5 kB
Vulns
0
Weekly
0
Stars
1

Autogit Command - Push

A command for pushing to a remote.

Install

npm install --save autogit-command-push

Usage

Options

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

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

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

Call it from the CLI with:

autogit push

License

MIT Fabio Spampinato

Keywords