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