open in Chrome
This commit is contained in:
parent
e03c18b36a
commit
e21e41b374
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ if [[ -z "$REPO" ]] || [[ -z "$BRANCH" ]]; then
|
|||
echo "usage: $(basename "$0") <remote> <branch (ref)>"
|
||||
exit 1
|
||||
fi
|
||||
open "https://github.com/${REPO}/compare/${BRANCH}?expand=1"
|
||||
open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue