hub-fork(1) | hub manual | hub-fork(1) |
hub-fork - Fork the current repository on GitHub and add a git remote for it.
hub fork [--no-remote] [--remote-name REMOTE] [--org ORGANIZATION]
--no-remote
--remote-name REMOTE
--org ORGANIZATION
$ hub fork [ repo forked on GitHub ] > git remote add -f USER git@github.com:USER/REPO.git $ hub fork --org=ORGANIZATION [ repo forked on GitHub into the ORGANIZATION organization] > git remote add -f ORGANIZATION git@github.com:ORGANIZATION/REPO.git
18 Jul 2021 | hub version 2.14.2 |