Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate Sublime text 2 with git

Tags:

sublimetext2

I am using Sublime editor and want to sync it with Github. Can we do it using some additional plugins or not ?

like image 798
Manjit Singh Avatar asked Apr 02 '13 17:04

Manjit Singh


People also ask

Can you use Git with Sublime Text?

From version 3.2 onwards, Sublime Text has git integration in the editor. The features are: The sidebar will show the git status of files and folders with a badge/icon.

Can sublime connect to github?

First, make sure you have the Sublime Package Control plugin. Then open "Package Control: Install Package" in your Command Palette and search for "sublime-github". That's it!

How do I integrate with Git?

If you need to integrate Git with your application, you have essentially two options: spawn a shell and call the git command-line program, or embed a Git library into your application. Here we'll cover command-line integration and several of the most popular embeddable Git libraries.


1 Answers

Yes.

sublime text 2 - git plugin

https://github.com/kemayo/sublime-text-2-git

like image 66
AGS Avatar answered Sep 22 '22 15:09

AGS