Skip to content

Commit e1bd72b

Browse files
authored
Merge pull request #1206 from HonkingGoose/sublime-text
Sublime Text 3.2 git integration documentation.
2 parents 15c51bb + 854342b commit e1bd72b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

A-git-in-other-environments.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ include::book/A-git-in-other-environments/sections/visualstudio.asc[]
1313

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

16+
included::book/A-git-in-other-environments/sections/sublimetext.asc[]
1617

1718
include::book/A-git-in-other-environments/sections/bash.asc[]
1819

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=== Git in Sublime Text
2+
3+
From version 3.2 onwards, Sublime Text has git integration in the editor.
4+
5+
The features are:
6+
7+
* The sidebar will show the git status of files and folders with a badge/icon.
8+
* Files and folders that are in your .gitignore file will be faded out in the sidebar.
9+
* In the status bar, you can see the current git branch and how many modifications you have made.
10+
* All changes to a file are now visible via markers in the gutter.
11+
* You can use part of the Sublime Merge git client functionality from within Sublime Text.
12+
(This requires that Sublime Merge is installed. See: https://www.sublimemerge.com/[])
13+
14+
The official documentation for Sublime Text can be found here: https://www.sublimetext.com/docs/3/git_integration.html[]

0 commit comments

Comments
 (0)