Home > Development Tools > sublime > body text

About Git in Sublime Text

藏色散人
Release: 2020-08-07 13:36:52
forward
2599 people have browsed it

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!

Related labels:
source:git-scm
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!