NAME

App::gh::Command::Pull - pull changes from other forks.

USAGE

First you show up all fork network:

$ gh network

Then you can pull changes from one:

$ gh pull [id] (from branch) (to branch)

For example:

$ gh pull gugod

This will create a gugod-master branch: