This article mainly introduces to youSublime uses the Package control component to install the Git plug-in.
GIT, a distributed version control system. In the previous article, we also gave you a detailed introduction toWhat is Git. So how does Sublime install the Git plug-in?
In fact, it is very simple. It can also be installed directly through the Package control component. (Reference article:Sublime installs Package control component)
Below we will introduce you to the detailed steps for Sublime to install the Git plug-in.
First open sublime, press Ctrl shift P to bring up the Package control component search interface, and select install package.
Then search for the Git plug-in, select Enter as shown below, and wait for installation.
#In the lower right corner of sublime, we can see the plug-in installation process.
The following means the plug-in installation is complete.
#Finally we can view the Git plug-in in the package settings in the preferences.
Now we can start using Git tools.
This article is about how to install the Git plug-in for Sublime. It is also very simple. I hope it will be helpful to friends who need it!
The above is the detailed content of How to install Git plug-in for Sublime. For more information, please follow other related articles on the PHP Chinese website!