--- lang: ja-jp breaks: true --- # Github CLI で fork する。 2021-05-03 > gh repo fork > https://cli.github.com/manual/gh_repo_fork ### フォークのヘルプ ```shell= $ gh repo fork --help ``` ### フォークする。 ```shell= $ gh repo fork 'https://github.com/MicrosoftDocs/node-essentials/' --clone=false ``` ### フォークしてクローンする。 ```shell= $ gh repo fork 'https://github.com/MicrosoftDocs/node-essentials/' --clone=true ``` :::warning ※セキュリティー上の理由により、フォークしたリポジトリを private または public に変更することは出来ません。 ::: ###### tags: `git` `GitHub` `GitHub CLI`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up