From the course: IntelliJ IDEA Community Edition Essential Training
Unlock the full course today
Join today to access over 25,100 courses taught by industry experts.
Install Git
From the course: IntelliJ IDEA Community Edition Essential Training
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
-
-
-
-
-
-
-
-
(Locked)
Install Git1m 4s
-
(Locked)
Create a local Git repository3m 33s
-
(Locked)
Configure GitHub in IntelliJ IDEA1m 48s
-
(Locked)
Share a project on GitHub2m 36s
-
(Locked)
Pull changes from GitHub1m 29s
-
(Locked)
Commit and push changes to GitHub3m 38s
-
(Locked)
Manage multiple branches with Git3m 45s
-
(Locked)
Share code snippets as Gists1m 13s
-
(Locked)
-
-