I use git diff command to check the difference (additions/deletions) on my current branch. That works just fine but I’d love to have this result in a text editor like Sublime.
This can be done by saving the file in .diff format. Example: git diff > foo.diff and it’ll create a foo.diff file for you. This can then be opened in Sublime Text π