Gpr::Fetch

Gpr plugin to fetch all registered repositories.

Installation

Add this line to your gpr's Gemfile:

gem 'gpr-fetch'

Usage

# e.g. gpr fetch origin
$ gpr fetch <remote repository>

Also possible to specify the branch.

# e.g. gpr fetch origin master
$ gpr fetch <remote repository> <branch>

If you run for short, it means gpr fetch origin.

$ gpr fetch