Skip to main content
Dec 12, 2018

PhpStorm protected branches feature

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.

#phpstorm  #git
Dec 28, 2012

Git RPC Failed; result = 22; HTTP 411

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.
#git