DEV Community

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

Collapse
 
memowe_88 profile image
Mirko Westermeier

Nice!

Just for fun: do you have any idea how to add this as a hub command to git? ❤

Collapse
 
ikirker profile image
Ian Kirker

Just put it in a script called git-hub and add that to a directory in your path.

Thread Thread
 
memowe_88 profile image
Mirko Westermeier

Aye! Thanks!