Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there package for Sublime Text 2 that displays git branch in side bar after root folder's name?

Googled this topic unsuccessfully. May be you guys can help me out.

Title is the question: ?? Is there package for Sublime Text 2 that displays git branch in side bar after root folder's name ??

Just as convenience rather then anything else.

like image 247
GnrlBzik Avatar asked Jul 11 '12 19:07

GnrlBzik


People also ask

How do I get the sidebar in Sublime Text?

Go to File -> Open Folder... and select the highest directory you want to be able to navigate. Also, 'View -> Sidebar -> Show Sidebar' if it still doesn't show.

Does Sublime Text have Git?

The Git features available in Sublime Text were derived from work that went into our other product, Sublime Merge. Sublime Merge is a full-featured, blazing-fast Git client built upon the technologies from Sublime Text.

What is blame file in sublime?

This package enables you to query Git “blame” information for files while you are viewing/editing them in Sublime Text. Blame information tells you who last edited a line, when they did it, and which commit they did it in. You can then choose to show that commit in full including its commit message and diff.


1 Answers

I just discovered this myself. As noted in ST forum the SideBarGit plugin places current branch in the statusbar:

Git branch in ST2 statusbar

like image 114
Laas Avatar answered Oct 05 '22 16:10

Laas