From 679d046573feaaeae70dcfcc3fe97b10dde7fc11 Mon Sep 17 00:00:00 2001 From: lx <583982171@qq.com> Date: Tue, 28 Oct 2014 09:52:13 +0800 Subject: [PATCH] test --- git-pull-request.sh | 2 -- 1 file changed, 2 deletions(-) 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" "$@"