Skip to content

Commit 2752978

Browse files
Add basic information about Git in JetBrains IDEs
1 parent e84a12c commit 2752978

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
=== Git in IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine
2+
3+
JetBrains IDEs - IntelliJ IDEA / PyCharm / WebStorm / PhpStorm / RubyMine / etc - ship with the Git Integration plugin.
4+
It provides the 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+
11+
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)