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

fabiospampinato/autogit-command-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autogit Command - Fetch

A command for fetching from a remote.

Install

npm install --save autogit-command-fetch

Usage

Options

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

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

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

CLI

Call it from the CLI with:

autogit fetch

License

MIT © Fabio Spampinato

About

A command for fetching from a remote.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published