Skip to content

Commit

Permalink
Adding more details about the Git integration (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Nov 22, 2022
1 parent 60ef606 commit 6c416ef
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ image::technical-writing/intellij-git.png[]
. In the menu:Branch[] dropdown, select _HEAD_ to show only the commits of the current branch.

. The "`Commit`" tool window shows all local changes that can then be committed.
Open it by click on the tool window or use the shortcut [.windows.linux]#kbd:[Alt+0]# [.macos]#kbd:[⌘+0]#.
Explore the different actions in the toolbar by hovering with the mouse over the different icons.
+
Double-click on a highlighted file or press [.windows.linux]#kbd:[Ctrl+D]# [.macos]#kbd:[⌘+D]# to show the differences side-by-side. See the IntelliJ documentation on how to https://www.jetbrains.com/help/idea/comparing-file-versions.html[Compare file and folder versions] and https://www.jetbrains.com/help/idea/resolving-conflicts.html[Resolve Conflicts].

=== Learning more about Git functionality

See https://www.jetbrains.com/help/idea/using-git-integration.html[the IntelliJ documentation] for details.
Use menu:Help[Learn IDE Features] and choose the next final section "`Git`" to start the tutorial covering Git.
* See the topic on https://www.jetbrains.com/help/idea/using-git-integration.html[Git] and its subchapters in the IntelliJ documentation
* Use menu:Help[Learn IDE Features] and choose the next final section "`Git`" to start the tutorial covering Git.

== Further reading

Expand Down

0 comments on commit 6c416ef

Please sign in to comment.