hub-fork
Fork the current repository on GitHub and add a git remote for it.
- Provided by: hub (Version: 2.14.2~ds1-1ubuntu2)
- Report a bug
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