Main power and advantage of Git are mostly branches. We are using them to work on different tasks at the same time. When you've been working on part of your project, things are in a messy state and you want to switch branches for a bit to work on something else. The problem is, you don't want to do a commit of half-done work just so you can get bac...
Continue reading »Development Tools (DevTools)
Nowadays developers should handle a lot of different operations, especially on own machine. To simplify the work and monitoring of processes in the system and in the network, we picked up several tools to make work in the terminal more comfortable.
Continue reading »A .gitignore file should be committed into your repository, in order to share the ignore rules with any other users that clone the repository. But for application and OS specific files it is recommended to create a global .gitignore file, which is a list of rules for ignoring files in every Git repository on your computer.
Continue reading »Unfortunately there is not possible to easy update JetBrains IDE to newer version on GNU/Linux without reinstalling. In this article described step by step instructions how to completely uninstall PhpStorm from your machine and install new version.
Continue reading »