-
-
Save wonjun27/d774f41b782f266b4756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git symbolic-ref HEAD | | |
sed -e "s/^refs\/heads\///" | | |
awk '{printf "https://github.com/USERACCOUNT/REPOSITORY-NAME/compare/%s?expand=1",$1}' | | |
xargs open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment