14

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

Rich
  • 5,603
  • 9
  • 39
  • 61

3 Answers3

12

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

wesbos
  • 25,839
  • 30
  • 106
  • 143
3

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

Guillaume Petit
  • 417
  • 4
  • 12
2

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).

nonamorando
  • 1,556
  • 2
  • 14
  • 33