github-browse-file icon indicating copy to clipboard operation
github-browse-file copied to clipboard

View the file you're editing in Emacs on GitHub

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.

github-browse-commit can be used to link to the current commit.

Contributors