How to integrate Sublime Text with GitHub?

后端 未结 5 757
傲寒
傲寒 2020-12-24 13:19

I thought it would be perfect if ST would have a plugin for syncing repo with the one on GitHub account, but I can\'t find such a thing.

There is Github Tools and su

5条回答
  •  不思量自难忘°
    2020-12-24 13:50

    13 March 2019 - SublimeMerge was released

    You can use SublimeMerge, which was created by the same people, who wrote SublimeText - so you can expect compatibility and updates as long as SublimeText is as popular as it is.

    SublimeText version 3.2 has GitIntegration as a new feature. Here is some details from changelog:

    • Files and folders in the sidebar will now display badges to indicate Git status
    • Ignored files and folders are visually de-emphasized
    • The current Git branch and number of modifications is displayed in the status bar
    • Commands have been added to open a repository, see file or folder history, or blame a file in Sublime Merge
    • Themes may customize the display of sidebar badges and status bar information
    • The setting show_git_status allows disabling Git integration
    • All file reads are done through a custom, high-performance Git library written for Sublime Merge
    • Read the documentation

提交回复
热议问题