IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
In this blog, we're going to look at how to share code that we've written on our local machine to a repository on GitHub. https://youtu.be/4ukhZvOmAtk This blog post covers the same material as the video with some additional tips and tricks. This provides an easy way for people to skim the content q…
In this blog, we're going to look at how to create an IntelliJ IDEA project from existing code in a GitHub repository. https://www.youtube.com/watch?v=aBVOAnygcZw This blog post covers the same material as the video with some additional tips and tricks. This provides an easy way for people to skim t…
In this week's Git questions we take a look at a simple but rather important step when you're working on a GitHub Open Source project - how do you get started? In the video, Gary and I demonstrate how to fork and clone a project (I chose some Spring example code and Gary chose a JavaScript framew…
Helo guys, We know that many of you are keen on GitHub and use gists in your everyday work. We are excited to tell you that now you can share your code instantly from the IDE. Here is a small demo of how it works. Open any file you want to share with others or even a selection within this file, in…
Hello guys, We've already described the basic GitHub integration features on IntelliJ IDEA before. Here comes more advanced stuff. We've made lots of improvements since then, but the main new thing to talk about is GitHub rebase support. GitHub provides an easy way of forking someone's repository,…
Hello guys, We are pretty sure that many of you have heard about Github and some are probably using it for your projects. We are excited to reveal the coming GitHub support in IntelliJ IDEA 10 and in other IntelliJ based products. With a new GitHub plugin installed you'll be able to checkout your …