Git Clients

git-open – small command-line helper

git-open is a small command-line helper that adds a handy git open command to Git.

Run it inside a repository and it opens the matching repository page in your browser, using the configured remote and current branch. It’s useful when you regularly jump between the terminal and hosted Git services, cutting out the copy, paste, search, and navigation steps.

The tool supports common repository hosts including GitHub, GitLab, Bitbucket, Atlassian Bitbucket Server, Visual Studio Team Services, Team Foundation Server, AWS CodeCommit, and cnb.cool. It can also open a specific remote, branch, commit, issue, or custom suffix such as pull requests.

This is free and open source software.

Key Features

  • Adds a simple git open command for opening the current repository in a web browser.
  • Opens the page for the current branch by default.
  • Supports specifying a remote name and branch name manually.
  • Can open the current commit with --commit or -c.
  • Can open a matching issue from branch naming conventions with --issue or -i.
  • Offers a --print mode to output the URL without opening a browser.
  • Supports custom URL suffixes, useful for opening pages such as pull requests.
  • Works with many hosted Git repository services and self-hosted GitLab setups.
  • Can be installed as a standalone script or through npm.
  • Includes plugin setup options for Zsh and Bash environments.

Website: github.com/paulirish/git-open
Support:
Developer: Paul Irish and contributors
License: MIT License

git-open demo


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments