In this blog, I outline the quickest way to share your project on GitHub using IntelliJ IDEA. I also go over a multi-step approach which can be used when you want to create a local Git repository for your project separately from publishing any code publicly on GitHub.
Category Archives: IntelliJ IDEA
Scratch Files and Scratch Buffers
In this blog, I explore the scratch files and scratch buffers features in IntelliJ IDEA. I love using scratch buffers for things I don’t want to forget doing for my current task (Ex. test this use case, add doc, etc).