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

fabiospampinato/autogit-plugin-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit Plugin - Fetch

A plugin for fetching from a remote.

Install

npm install --save autogit-plugin-fetch

Usage

Options

This plugin uses the following options object:

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

Configuration

Add this plugin to a command:

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

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

License

MIT © Fabio Spampinato

About

A plugin for fetching from a remote.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published