DEV Community

Discussion on: Open the GitHub project page of a repo from Terminal

Collapse
 
nateowami profile image
Nathaniel Paulus

I've been using git-open and it has worked perfectly for me (even takes you to the current branch). Currently aliased to gh, though it also works with GitLab and Bitbucket.

npm install --global git-open

Bash scripts are great. Just wanted to point out there's a solid implementation of this though for those who want it.