In Atom Editor, there is a plugin that lets you view the commit history of a single file. Does sublime have a similar plugin?
Asked
Active
Viewed 1.4k times
3 Answers
12
Check out GitSavvy - it's a new package for Sublime Text - https://github.com/divmain/GitSavvy

wesbos
- 25,839
- 30
- 106
- 143
-
I couldn't figure this out. Then asked a question but it takes days to get a response. – Snowcrash Aug 20 '19 at 12:01
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