This article mainly introduces how to use the Subversion control system, Git and bit bucket with the Sublime Text editor.
SublimeText3 download address:
SublimeText3 Chinese version: http://www.php.cn/xiazai/gongju/93
## SublimeText3 Mac version:
http://www.php.cn/xiazai/gongju/500
SublimeText3 Linux new version:
http://www.php.cn /xiazai/gongju/1471
SublimeText3 English version:
http://www.php.cn/xiazai/gongju/1473
Like any other text editor, working with specific repositories is a key aspect of Sublime Text.
The detailed steps are as follows:
Step 1 - Clone the repository. Please note that we will be using Python scripts in this tutorial.
Step 2 – Include the repository in Sublime Text editor using the “Open Folder” option as shown below.
Step 3 - After including the repository, the screen of the Sublime Text editor looks like the image below
You can select the file you want to open from the list displayed on the left side of the screen, as shown below
Note that color combinations identify keywords and packages contained in the code.
This article is about how to use the Subversion control system, Git and bit bucket with the Sublime Text editor. I hope it will be helpful to friends in need!
The above is the detailed content of How to use the Subversion control system with the Sublime Text editor. For more information, please follow other related articles on the PHP Chinese website!