Git alias idea: "git browse" to open repo in browser
Git alias idea: "git browse" to open repo in browser
![](https://programming.dev/pictrs/image/4c0d908b-b2ce-4646-b987-e9c3472facaa.png?format=webp&thumbnail=128)
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)](https://programming.dev/pictrs/image/4c0d908b-b2ce-4646-b987-e9c3472facaa.png?format=webp)