Home  >  Article  >  Development Tools  >  About Git in Sublime Text

About Git in Sublime Text

藏色散人
藏色散人forward
2020-08-07 13:36:522601browse

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!

About Git in Sublime Text

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!

Statement:
This article is reproduced at:git-scm. If there is any infringement, please contact admin@php.cn delete