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
Post a Comment