GitHub Tutorial for Beginner's |Create Repository with IDE in 8 Minutes| IntelliJ Idea VCS
IntelliJ IDEA supports version control integration at two levels:
At the IDE level, VCS integration is provided through a set of bundled plugins enabled by default.
At the project level, VCS integration is enabled by associating project folders with one or several version control systems.
Refer Link: https://www.jetbrains.com/help/idea/enabling-version-control.html
In this video, we are going to create a Github repository using the VCS function in IntelliJ.
We will not be using any GitHub command.
Everything will be done without using the command line.
Perform below steps:
To add an existing project under Git −
Navigate to VCS → Import into Version Control → Create Git repository.
Select a project by browsing the directory.
Click on the OK button.
Comments
Post a Comment