From the course: IntelliJ IDEA Community Edition Essential Training

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Install Git

Install Git

From the course: IntelliJ IDEA Community Edition Essential Training

Start my 1-month free trial

Install Git

- [Instructor] IntelliJ Idea includes integration with Git, one of the most popular source control products out there. Before you can use Git with IntelliJ Idea, you have to have the software installed. You can find out whether you have Git installed by going to a command window. On Mac, I'm in terminal or on Windows, you might be in PowerShell, and then type git --version. If the product is installed, you should see a version number. Now, if you don't see anything, you can download Git for free from this website, git-scm.com. You'll find information about Git and right down here you should see a link to the latest version of the product for your operating system. The installation of Git is pretty straightforward regardless of which operating system you're using. You can just accept all the default settings and then once Git is installed, you can run that test again and make sure that you can get to Git from the…

Contents