From version 3.2 onwards, Sublime Text has Git integration in the editor.
The features are:
-
The sidebar will show the
git status
of files and folders with a badge/icon. -
Files and folders that are in your
.gitignore
file will be faded out in the sidebar. -
In the status bar, you can see the current Git branch and how many modifications you have made.
-
All changes to a file are now visible via markers in the gutter.
-
You can use part of the Sublime Merge Git client functionality from within Sublime Text. This requires that Sublime Merge is installed. See: https://www.sublimemerge.com/.
The official documentation for Sublime Text can be found here: https://www.sublimetext.com/docs/git_integration.html.