File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
book/A-git-in-other-environments/sections Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ include::book/A-git-in-other-environments/sections/visualstudiocode.asc[]
15
15
16
16
include::book/A-git-in-other-environments/sections/eclipse.asc[]
17
17
18
+ include::book/A-git-in-other-environments/sections/jetbrainsides.asc[]
19
+
18
20
include::book/A-git-in-other-environments/sections/sublimetext.asc[]
19
21
20
22
include::book/A-git-in-other-environments/sections/bash.asc[]
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments