diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-11-29 10:32:07 -0500 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-11-29 10:42:20 -0500 |
| commit | 004d030e522b95550fb5ad0da21294956cc58316 (patch) | |
| tree | aea7179c06686a40eb34b2849a6660707f264ff1 /src/doc/rustc-dev-guide | |
| parent | 2b511d9e0d9900ae336a71ee0a63cb2d01297449 (diff) | |
| download | rust-004d030e522b95550fb5ad0da21294956cc58316.tar.gz rust-004d030e522b95550fb5ad0da21294956cc58316.zip | |
Don't imply that the name of the fork always needs to be changed
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/git.md b/src/doc/rustc-dev-guide/src/git.md index b4968df815f..d1e6b8c41ee 100644 --- a/src/doc/rustc-dev-guide/src/git.md +++ b/src/doc/rustc-dev-guide/src/git.md @@ -93,7 +93,7 @@ personal https://github.com/jyn514/rust (fetch) personal https://github.com/jyn514/rust (push) ``` -You can change the URL of the fork like this: +If you renamed your fork, you can change the URL like this: ```console git remote set-url personal <URL> |
