This commit is contained in:
Firq 2023-07-09 00:23:08 +02:00
parent d008b759c1
commit f05f1659b0
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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
```