Checkout existing develop branch in PhpStorm

After cloning a repository you usually only see the master branch on your local machine. So if you want to checkout an existing branch like e.g. develop, this can be easily done on the bottom right side of the PhpStorm screen: If your develop Branch is behind the master branch you might want to merge […]

Read More

Zeichencodierung in PhpStorm

Den Zeichensatz in PHPStorm kann man unter Preferences>File Encodings umstellen. Standard ist UTF-8. Dies kann falsch dargestellte Sonderzeichen  und kryptische Ausdrücke korrigieren.

Read More