mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add syntax in FAQ.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user