Git alias idea: "git browse" to open repo in browser
Git alias idea: "git browse" to open repo in browser
hachyderm.io
Daniel Schroeder aka deadlydog (@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....