Skip to content

Commit 8eb3227

Browse files
committed
Added section on Sublime Text.
1 parent 38e2e55 commit 8eb3227

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
* The sidebar will show the git status of files and folders with a badge/icon.
7+
* Files and folders that are in your .gitignore file will be faded out in the sidebar.
8+
* In the status bar, you can see the current git branch and how many modifications you have made.
9+
* All changes to a file are now visible via markers in the gutter.
10+
* You can use part of the Sublime Merge git client functionality from within Sublime Text. (This requires that Sublime Merge is installed.)
11+
12+
The official documentation can be found here: https://www.sublimetext.com/docs/3/git_integration.html

0 commit comments

Comments
 (0)