diff --git a/src/pages/blog/deploying-this.md b/src/pages/blog/deploying-this.md index c636c1a..55c5458 100644 --- a/src/pages/blog/deploying-this.md +++ b/src/pages/blog/deploying-this.md @@ -209,7 +209,6 @@ Funnily enough, this also taught me how to squash commits on main, as I had like ```shell git rebase -i origin/main~30 main -# do the rebase here git push origin +main ```