Merge pull request #47542 from eriksjolund/47407-clarify-git-clone

set-up-git.md: clarify URL in git clone command
This commit is contained in:
Lei Jitang 2024-03-14 17:24:02 +08:00 committed by GitHub
commit e3bc82f7d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,9 +66,10 @@ target="_blank">moby/moby repository</a>.
8. Clone the fork to your local host into a repository called `moby-fork`.
```bash
$ git clone https://github.com/moxiegirl/moby.git moby-fork
$ git clone https://github.com/YOUR_ACCOUNT/moby.git moby-fork
```
In the command above replace `YOUR_ACCOUNT` with your GitHub username.
Naming your local repo `moby-fork` should help make these instructions
easier to follow; experienced coders don't typically change the name.