I have unfortunately moved on from Atom to VSCode and other responsibilities prevent me from properly maintaining this repo. That said, I will happily accept PRs for issues that you encounter.
An Atom package that displays git blame information about the currently selected line.
Use the keyboard combo ctrl+alt+cmd+b to activate a tooltip anchored on the line number in the gutter. If you do not have line numbers enabled, the tooltip will display in the very top right of the Atom window. If the line is part of a pushed commit, you may follow a link to view it on Github.
- When the cursored line is scrolled offscreen (i.e., not visible), no tooltip will appear. Future plans to fix could be to place the tooltip in a position with its anchor-arrow indicating the line is above or below the visible lines.

https://atom.io/packages/git-line
- 0.5.0
- Fixed issue for Bitbucket repos where the host text is "Github", and opens an incorrect commit URL on Bitbucket
- 0.4.0
- Fixed bug that displayed git error when a file was untracked by git
- Fixed bug with ssh-cloned repos where Github link was unresponsive
- Fixed bug causing error when the project is not a git repo