hub‐fork(1)  ‐‐  Fork the current project on GitHub and add a git
remote for it.	===

## SYNOPSIS

‘hub fork‘ [‐‐no‐remote] [‐‐remote‐name=<REMOTE>] [‐‐org=<ORGANI‐
ZATION>]


## OPTIONS
  * ‐‐no‐remote:
    Skip adding a git remote for the fork.

  * ‐‐org=<ORGANIZATION>:
    Fork the repository within this organization.

## EXAMPLES
    $ 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:ORGANIZA‐
TION/REPO.git

## SEE ALSO

hub‐clone(1), hub(1)





































