Skip to content

Commit ff50cca

Browse files
authored
Update FAQ.md
Make the text more recommended.
1 parent a446df3 commit ff50cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ Here's a small gist that goes through the basics on how to use it:
172172
git rebase --continue
173173
```
174174

175-
It's important to note that you should only rebase commits that have not been pushed to a public branch.
175+
We suggest considering to rebase only those commits that haven't been pushed to a public branch.
176176
If you need to tidy up commits that have already been pushed,
177177
it's generally better to use `git revert` to avoid causing confusion for other developers.

0 commit comments

Comments
 (0)