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 a446df3 commit ff50ccaCopy full SHA for ff50cca
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
-It's important to note that you should only rebase commits that have not 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