A set of handy tools for using Sublime Text editor with Github. It was initially developed for Sublime Text 2, but now also supports Sublime Text 3 Beta.
If you're a Beanstalk user, check out Beanstalk Tools for Sublime Text.
Open any directory of your GIT working copy in Sublime Text.
- Press
Ctrl + Shift + Pand selectGithub: Open Fileor just pressCtrl + Shift + ^to open currently edited file on Github. - Press
Ctrl + Shift + Pand selectGithub: Blameto open blame for currently edited file on Github. - Press
Ctrl + Shift + Pand selectGithub: Copy Link To Fileto save a Github link to a selected code fragment in the system clipboard. - Press
Ctrl + Shift + Pand selectGithub: Repositoryto open repository page on Github. - Press
Ctrl + Shift + Pand selectGithub: Issuesto open repository issues page on Github. - Press
Ctrl + Shift + Pand selectGithub: Pull Requeststo open repository pull requests page on Github.
Use Cmd instead of Ctrl on Mac OS X.
Press Ctrl + Shift + P to open the Command Palette type pack install, search for Github Tools and press enter.
Use Cmd instead of Ctrl on Mac OS X.
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/temochka/sublime-text-2-github.gitcd ~/.config/sublime-text-2/Packages/
git clone git://github.com/temochka/sublime-text-2-github.gitcd %APPDATA%/Sublime Text 2/Packages/
git clone git://github.com/temochka/sublime-text-2-github.git
Make sure you have included all required binaries (git) in your PATH.