Sublime: Good plugin for git history

12,762

Solution 1

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

Solution 2

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

Solution 3

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

Share:
12,762

Related videos on Youtube

Rich
Author by

Rich

Web Designer working in Melbourne.

Updated on June 04, 2022

Comments

  • Rich
    Rich almost 2 years

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

  • Snowcrash
    Snowcrash almost 5 years
    I couldn't figure this out. Then asked a question but it takes days to get a response.