Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime: Good plugin for git history [closed]

In Atom Editor, there is a plugin that lets you view the commit history of a single file. Does sublime have a similar plugin?

like image 397
Rich Avatar asked Jun 08 '15 04:06

Rich


People also ask

Does sublime support Git?

From version 3.2 onwards, Sublime Text has git integration in the editor.

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.


3 Answers

Check out GitSavvy - it's a new package for Sublime Text - https://github.com/divmain/GitSavvy

like image 61
wesbos Avatar answered Oct 11 '22 13:10

wesbos


You may want to try the popular, SublimeGit, which has integration in both Sublime Text 2 and 3 (though it costs money after the free trail).

Or GitCommitMsg, which:

Shows the git commit history for one or more lines of code. Essentially it performs a git blame on the selected line(s) of code, and then performs a git show on the resulting commit(s).

like image 38
nonamorando Avatar answered Oct 11 '22 11:10

nonamorando


I am using GitGutter, it has a nice set of features

like image 2
Guillaume Petit Avatar answered Oct 11 '22 12:10

Guillaume Petit