Nono.MA

Open A Git Repository URL from The Command Line

MARCH 17, 2019

open $(git remote get-url origin)

Note that this will only work when the Git repository has been cloned via HTTPS and not SSH.

CodeGit