version control - PhpStorm & Git on remote server -


i new git , phpstorm. maybe on wrong track here, use remote webserver, web application hosted, development server. ( sure have exact same webserver config , version )

is there way deploy different git branches different folders, in order make them accessible via webserver.

let's have branch 'newfeatures' , branch 'bugfixes', able access both branches 2 different urls, 'http://foo.bar/versions/newfeatures' , 'http://foo.bar/versions/bugfixes'.

what best way ( phpstorm ) ? or put cart before horse here ?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -