commit | 15aab26490facf285acef56cb5d61025eacb3a69 | [log] [tgz] |
---|---|---|
author | Jerome Baum <jerome@jeromebaum.com> | 周二 9月 25 15:46:52 2012 +0200 |
committer | Jerome Baum <jerome@jeromebaum.com> | 周二 9月 25 15:46:52 2012 +0200 |
tree | d570b2c26081ff4794e72fa3dd2cc38062df9910 | |
parent | 5bca8d9358f5b08af40ac32f289bb14b18965cec [diff] [blame] |
Use git_do where appropriate
diff --git a/git-flow-support b/git-flow-support index ba4d92f..cdbfc71 100644 --- a/git-flow-support +++ b/git-flow-support
@@ -169,12 +169,12 @@ # fetch remote changes if flag fetch; then - git fetch -q "$ORIGIN" "$BASE" + git_do fetch -q "$ORIGIN" "$BASE" fi require_branch_absent "$BRANCH" # create branch - git checkout -b "$BRANCH" "$BASE" + git_do checkout -b "$BRANCH" "$BASE" echo echo "Summary of actions:"