- Loading...
...
Code Block |
---|
$ git fork -h usage: git-fork [options] [<URI>] [<NAME>] -u, --username NAME Username on host --reference DIR Same as git clone's flagflags 'reference-if-able' + 'dissociate' --depth N Same as git clones flag 'depth' --shallow-since DATE Same as git clones flag 'shallow-since' --setup-pre-push-hook Setup a pre-push hook that runs git-jcheck --host HOSTNAME Hostname for the forge --no-clone Just fork the repository, do not clone it --no-remote Do not add an additional git remote --ssh Use the ssh:// protocol when cloning --https Use the https:// protocol when cloning --sync Sync with the upstream repository after successful fork --verbose Turn on verbose output --debug Turn on debugging output --version Print the version of this tool --mercurial Force use of mercurial -h, --help Show this help text |
...