commit | 350e7159f1b1e709bd71751f4c76f191884d098e | [log] [tgz] |
---|---|---|
author | Benedikt Böhm <bb@xnull.de> | 周二 1月 26 13:05:05 2010 +0100 |
committer | Benedikt Böhm <bb@xnull.de> | 周二 1月 26 13:05:05 2010 +0100 |
tree | 693ebd860b996d586b13887e8361ce11d90fc8a9 | |
parent | 4a864fbc090c482c7c17fc304745867b2f89254b [diff] [blame] |
make origin configurable
diff --git a/git-flow-support b/git-flow-support index a3fc91e..c48e357 100644 --- a/git-flow-support +++ b/git-flow-support
@@ -42,9 +42,9 @@ git checkout -b $BRANCH $BASE # publish branch - git push origin $BRANCH:refs/heads/$BRANCH - git fetch origin - git config branch.$BRANCH.remote origin + git push $ORIGIN $BRANCH:refs/heads/$BRANCH + git fetch $ORIGIN + git config branch.$BRANCH.remote $ORIGIN git config branch.$BRANCH.merge refs/heads/$BRANCH git co $BRANCH