Trying out the “Push to deploy” feature of Git 2.3 Git 2.3 was recently released with an interesting new feature called “Push to deploy”. It allows a non-bare repository on a remote server be automatically updated. This was previously only possible with bare repositories, updating the current branch in non-bare repositories was denied by default. A common scenario would be a web application that gets […]