Skip to content

Commit a520f64

Browse files
authored
Merge pull request #1364 from dmitriysmirnovjb/master
Add basic information about Git in JetBrains IDEs
2 parents b25315a + 28b77b2 commit a520f64

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

A-git-in-other-environments.asc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ include::book/A-git-in-other-environments/sections/visualstudiocode.asc[]
1515

1616
include::book/A-git-in-other-environments/sections/eclipse.asc[]
1717

18+
include::book/A-git-in-other-environments/sections/jetbrainsides.asc[]
19+
1820
include::book/A-git-in-other-environments/sections/sublimetext.asc[]
1921

2022
include::book/A-git-in-other-environments/sections/bash.asc[]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
=== Git in IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine
2+
3+
JetBrains IDEs (such as IntelliJ IDEA, PyCharm, WebStorm, PhpStorm, RubyMine, and others) ship with a Git Integration plugin.
4+
It provides a dedicated view in the IDE to work with Git and GitHub Pull Requests.
5+
6+
.Version Control ToolWindow in JetBrains IDEs.
7+
image::images/jb.png[Version Control ToolWindow in JetBrains IDEs.]
8+
9+
The integration relies on the command-line git client, and requires one to be installed.
10+
The official documentation is available at https://www.jetbrains.com/help/idea/using-git-integration.html[].

images/jb.png

310 KB
Loading

0 commit comments

Comments
 (0)