
In order to achieve that, you would execute the following command $ git checkout tags/v1.0 -b v1.0-branch Let’s say for example that you have a tag named “v1.0” that you want to check out in a branch named “release”. To fetch tags from your remote repository, use “git fetch” with the “–all” and the “–tags” options. Note that you will have to make sure that you have the latest tag list from your remote repository. In order to checkout a Git tag, use the “ git checkout” command and specify the tagname as well as the branch to be checked out. In this tutorial, we are going to see how you can checkout Git tags easily. Tags are created in order to have references to release versions for example.įurthermore, tags are Git objects meaning that they can be checked out like you would check out a branch or a commit for example. That's all for linking PHPStorm to a PHP interpreter in itself.When working with Git, it is quite common for developers to create tags in order to have reference points in your development. If done correctly, PHPStorm will display the PHP version & the path to the configuration file (php.ini).

Here, provide the PHP Executable path to the php.exe we've spotted earlier (eg.: C:\php\%currentPhpVersionDir%\php.exe). Add a new interpreter by clicking the + button.Go to "Languages & Frameworks", then click on "PHP".In PHPStorm, go to "File" menu (Windows), then Settings ( Ctrl+ Alt+ S).Spot the php.exe, that's our PHP interpreter :) Open the directory you just extracted, you will see bunch of directories (dev, ext, lib.

zip archive in the directory of your choice (for example, in C:\php\)

There you've to choose between Non Thread Safe (NTS) and Thread Safe (TS) versions.
