Add syntax in FAQ.md

This commit is contained in:
Midori
2023-06-13 12:03:21 +09:00
committed by GitHub
parent ff50ccacc8
commit 7b2c3d2252

View File

@@ -172,6 +172,6 @@ Here's a small gist that goes through the basics on how to use it:
git rebase --continue
```
We suggest considering to rebase only those commits that haven't been pushed to a public branch.
We suggest considering to `rebase` only those commits that haven't been pushed to a public branch.
If you need to tidy up commits that have already been pushed,
it's generally better to use `git revert` to avoid causing confusion for other developers.