About us
Contact us
WanariLeaks
Posts containing "jetbrains"
Git in IDEA II. - Remote branches and correcting mistakes
Csaba Pálfi
2020-09-21
Welcome back to our series on the topic of utilizing GIT tools in IDEA - in this chapter we focus on: - taking advantage of stashing - keeping up with an updated remote base branch by rebasing - and correcting your mistakes by using amend commits and interactive rebases
#git
#idea
#jetbrains
Git in IDEA I. - Basics
Csaba Pálfi
2020-07-31
When it comes to developer tools, especially IDEs, JetBrains is one of the top contenders of the industry. Their IntelliJ-based IDEs offer a flexible, ergonomic, though sometimes performance heavy solution for the everyday developer. In this blog post series I'll focus on the version control system capabilities (especially Git and GitHub) of their latest IntelliJ IDEA (current release is 2020.1.2) which is one of our most common tools here at the Wanari Backend team.
#git
#idea
#jetbrains