We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff50cca commit 7b2c3d2Copy full SHA for 7b2c3d2
docs/HowToGuides/FAQ.md
@@ -172,6 +172,6 @@ Here's a small gist that goes through the basics on how to use it:
172
git rebase --continue
173
```
174
175
-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.
176
If you need to tidy up commits that have already been pushed,
177
it's generally better to use `git revert` to avoid causing confusion for other developers.
0 commit comments