We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fd396 commit c27d4a1Copy full SHA for c27d4a1
posts/inside-rust/2019-12-23-formatting-the-compiler.md
@@ -59,7 +59,6 @@ else
59
for sha in $(cat /tmp/new.shas); do
60
git cherry-pick $sha -Xtheirs
61
done
62
- git branch -f $branch HEAD
63
# put yourself atop the format the world PR
64
git rebase -Xtheirs a916ac22b9f7f1f0f7aba0a41a789b3ecd765018
65
fi
0 commit comments