Skip to content

Instantly share code, notes, and snippets.

@hashedhyphen
Created August 9, 2016 15:01
Show Gist options
  • Save hashedhyphen/e3d24e6bff5ccfef7960a23add1a8869 to your computer and use it in GitHub Desktop.
Save hashedhyphen/e3d24e6bff5ccfef7960a23add1a8869 to your computer and use it in GitHub Desktop.
@echo off
cd %CD%
for /f "usebackq" %%s in (`git remote get-url --push origin`) do (
"%BROWSER%" %%s
)
echo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment