Skip Navigation

Git alias idea: "git browse" to open repo in browser

hachyderm.io Dan Schroeder (@deadlydog@hachyderm.io)

Attached: 1 image My most used #git alias? "git browse" to open the repo's remote URL in the web browser. Works for #GitHub, #AzureDevOps, #BitBucket, etc. Set it up with: git config --global alias.browse 'start `git config remote.origin.url`' "start" only works on Windows tho. Requires a https (...

Dan Schroeder (@deadlydog@hachyderm.io)
4
4 comments