Skip to main content
[2018-12-12]

PhpStorm protected branches feature

#phpstorm #git

Recently, while working on a little project, I decided to clean up some of the commits on the master branch before pushing it to Packagist. To be lazy, I decided to use PhpStorm's interactive rebase tool instead of the good ole command line.

BUT I COULD NOT! And I started to go mad.

[2012-12-28]

Git RPC Failed; result = 22; HTTP 411

#git
Apparently by default git has a limit for max upload files. We build our test sites locally, push to git and then deploy to a beta site. That means there can be a bit of data being transferred, especially in a site with PDFs.