clone this repository and call the install_script
bin/git-browse opens the current repo in the browser at the current branch
and directory (GitLab /-/tree/ and GitHub /tree/ aware). Bound to
prefix + g in tmux for the current pane’s folder.
When the SSH remote host differs from the web host, map it once:
git config --global browse.host.<ssh-host> https://<web-host>/
# e.g.
git config --global browse.host.code.earth.planet.com https://hello.planet.com/code/Without a mapping the web host is derived from the remote.