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 d2f4685 commit c1bf2a3Copy full SHA for c1bf2a3
docs/contributing/git_cheatsheet.md
@@ -203,7 +203,7 @@ git checkout develop
203
git reset --hard upstream/develop
204
```
205
206
-> **Warning:** This will delete any changes you made to `develop`. Make sure you don’t have important work in this branch before running this command.
+> **Warning:** This will delete any changes you made to `develop`. Make sure you don't have important work in this branch before running this command.
207
208
After updating `develop`, you can push it to your fork to keep everything in sync:
209
0 commit comments