Commit 3176f74e authored by Vincent Driessen's avatar Vincent Driessen

Explicitly avoid setting up tracking between develop and master.

parent f6228ed8
......@@ -163,7 +163,7 @@ cmd_default() {
# default production branch and develop was "created". We should create
# the develop branch now in that case (we base it on master, of course)
if ! git_local_branch_exists "$develop_branch"; then
git branch "$develop_branch" "$master_branch"
git branch --no-track "$develop_branch" "$master_branch"
created_gitflow_branch=1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment