How to update a branch with master on GitHub

It’s simple and can be done by two command lines: This will merge the remote master branch to the local sprint branch. So your local sprint branch is up to date like master branch. If you need to do this on Github.com, then create a PR(Pull Request) and then select two branches(base:sprint and compare:master) and then … Read more

Difference between WebStorm and PHPStorm

I couldn’t find any major points on JetBrains’ website and even Google didn’t help that much. You should train your search-fu twice as harder. FROM: http://www.jetbrains.com/phpstorm/ NOTE: PhpStorm includes all the functionality of WebStorm (HTML/CSS Editor, JavaScript Editor) and adds full-fledged support for PHP and Databases/SQL. Their forum also has quite few answers for such question. Basically: PhpStorm = … Read more

Setting up a PHP interpreter in PhpStorm

I am a beginner in web development and am having trouble trying to figure out how to set up a CLI interpreter for PHP. I don’t know what to do to set up an interpreter and the JetBrains tutorials seem to assume that I already have available interpreters. I have previously used AWS to make … Read more

Setting up a PHP interpreter in PhpStorm

I am a beginner in web development and am having trouble trying to figure out how to set up a CLI interpreter for PHP. I don’t know what to do to set up an interpreter and the JetBrains tutorials seem to assume that I already have available interpreters. I have previously used AWS to make … Read more