We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2296fd8 commit 5061a08Copy full SHA for 5061a08
src/doc/rustc-dev-guide/src/git.md
@@ -268,7 +268,7 @@ git rebase master
268
git push --force-with-lease (set origin to be the same as local)
269
```
270
271
-To avoid merges as per the [No-Merge Policy][#no-merge-policy], you may want to use
+To avoid merges as per the [No-Merge Policy](#no-merge-policy), you may want to use
272
`git config pull.ff only` (this will apply the config to the local repo).
273
to avoid merge conflicts while pulling, without needing
274
`--ff-only` or `--rebase` while `git pull`ing
0 commit comments