Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Managing Git or bitbucket repositories through Sublime text [closed]

Hi team was wondering if anyone can point me in the right direction, I wanted to know is there a plugin or some documentation on how to use my sublime text editor to pull and push my changes to repositories without leaving my sublime text editor?

Thanks guys

like image 875
Code Avatar asked Jun 05 '14 10:06

Code


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.

How do I open Sublime Text from 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!

What is the difference between Sublime Text and Sublime Merge?

Sublime Merge belongs to "Source Code Management Desktop Apps" category of the tech stack, while Sublime Text can be primarily classified under "Text Editor".

Why is Bitbucket better than GitHub?

Bitbucket allows users to have free private repository but with maximum of five collaborators. GitHub allows users to have free private repository but with maximum of three collaborators. Bitbucket has no feature for navigation. GitHub allows user to navigate usability.


1 Answers

I managed to find some good resources, just access package control to install them.

1) sublime-github - free
2) SideBarGit - free
3) SublimeGit - € 10

Check out this post to view more in detail about sublime and git

like image 123
Code Avatar answered Oct 14 '22 19:10

Code