File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
book/A-git-in-other-environments/sections Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
From version 3.2 onwards, Sublime Text has git integration in the editor.
4
4
5
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.
11
- (This requires that Sublime Merge is installed. See: https://www.sublimemerge.com/[])
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/[])
12
13
13
14
The official documentation for Sublime Text can be found here: https://www.sublimetext.com/docs/3/git_integration.html[]
You can’t perform that action at this time.
0 commit comments