diff --git a/git-pull-request.sh b/git-pull-request.sh index 8cc14b8..eadfc05 100755 --- a/git-pull-request.sh +++ b/git-pull-request.sh @@ -1,9 +1,7 @@ #!/bin/bash # Add an alias for this script to your bash profile as follows: -# alias gitpr="source YOUR_DIRECTORY/git-pull-request/git-pull-request.sh" -> /tmp/git-pull-request-chdir PR=`dirname "$BASH_SOURCE"` "$PR/git-pull-request.py" "$@"