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 195cc9b commit c85cb76Copy full SHA for c85cb76
doc/release.md
@@ -68,7 +68,7 @@ be updated.
68
```bash
69
# Assuming the current directory corresponds to the Clippy repository
70
$ git checkout beta
71
-$ git rebase $BETA_SHA
+$ git reset --hard $BETA_SHA
72
$ git push upstream beta
73
```
74
0 commit comments