Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitlink
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ISSUE=`echo $BRANCH | cut -f1 -d-`
#FIXME check $ISSUE is a number

# get our username and remote origin
USER=`git config -l | grep "user\.name" | cut -f2 -d=`
USER=`git config -l | grep "github\.user" | cut -f2 -d=`
REMOTE_URL=`git config -l | grep "remote\.origin\.url" | cut -f2 -d=`

REMOTE_DOMAIN=`echo $REMOTE_URL | cut -f1 -d:`
Expand Down