Skip to content

Commit f094672

Browse files
xphoniexjyn514
authored andcommitted
git.md: Fix No-Merge Policy link
1 parent 09343d6 commit f094672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ git rebase master
268268
git push --force-with-lease (set origin to be the same as local)
269269
```
270270

271-
To avoid merges as per the [No-Merge Policy][#no-merge-policy], you may want to use
271+
To avoid merges as per the [No-Merge Policy](#no-merge-policy), you may want to use
272272
`git config pull.ff only` (this will apply the config to the local repo).
273273
to avoid merge conflicts while pulling, without needing
274274
`--ff-only` or `--rebase` while `git pull`ing

0 commit comments

Comments
 (0)