Sharing your Project on GitHub

How you can share a local project to GitHub

In this tutorial, we’re going to look at how to share code that we’ve written on our local machine to a repository on GitHub.

There are two ways to use IntelliJ IDEA to publish code that we’ve written on GitHub. The first is the quickest where you create your local and remote repository in one step. The second approach is multi-step which can be used when you want to create a local Git repository for your project separately from publishing any code publicly on GitHub.

Introduction
Introduction
Two ways you can share your local repository with GitHub