summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/book/src/development/infrastructure/backport.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/book/src/development/infrastructure/backport.md')
-rw-r--r--src/tools/clippy/book/src/development/infrastructure/backport.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clippy/book/src/development/infrastructure/backport.md b/src/tools/clippy/book/src/development/infrastructure/backport.md
index 15f3d1f08..6920c4e46 100644
--- a/src/tools/clippy/book/src/development/infrastructure/backport.md
+++ b/src/tools/clippy/book/src/development/infrastructure/backport.md
@@ -28,6 +28,7 @@ repository. You can do this with:
```bash
# Assuming the current directory corresponds to the Rust repository
$ git checkout beta
+# Make sure to change `your-github-name` to your github name in the following command
$ git subtree pull -p src/tools/clippy https://github.com/<your-github-name>/rust-clippy backport
$ ./x.py test src/tools/clippy
```