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

fabiospampinato/autogit-command-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command for pushing to a remote.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published