In Atom Editor, there is a plugin that lets you view the commit history of a single file. Does sublime have a similar plugin?
From version 3.2 onwards, Sublime Text has git integration in the editor.
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.
Check out GitSavvy - it's a new package for Sublime Text - https://github.com/divmain/GitSavvy
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).
I am using GitGutter, it has a nice set of features
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With