github-browse-file

https://github.com/osener/github-browse-file.git

git clone 'git://github.com/osener/github-browse-file.git'
22

github-browse-file

View the file you're editing in Emacs on GitHub.

Installation:

Available as a package in Marmalade and MELPA.

M-x package-install github-browse-file

You can change some defaults using M-x customize-group github-browse-file

Usage:

Call github-browse-file (for the git blob) or github-browse-file-blame (for the git blame) to view current file on GitHub. With a prefix argument (C-u), you can force them to use the “master” branch.

For more information see my blog post.

Contributors