The following tutorial column will introduce Git in Sublime Text to you in the sublime tutorial column. I hope it will be helpful to friends in need!
Git in Sublime Text
Starting from version 3.2, Sublime Text integrates Git within the editor.
The functions are as follows:
The sidebar will use icons to indicate the Git status of files and folders.
Files and folders that are ignored by your .gitignore file will be faded in the sidebar.
In the status bar, you can view the current branch and how many changes you have made.
All changes to a file will be displayed by marks on the line number slot.
You can use some functions of the Sublime Merge Git client in Sublime Text. (Requires installation of Sublime Merge: https://www.sublimerge.com/)
Sublime Text’s official documentation is available at: https://www.sublimetext.com/docs/3/git_integration.html.
The above is the detailed content of About Git in Sublime Text. For more information, please follow other related articles on the PHP Chinese website!