Skip to content

Commit

Permalink
Merge pull request #1 from chrisdembia/issue132
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdembia committed Jan 15, 2014
2 parents 11b124b + b044e75 commit 454ea04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svn2git/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def fix_branches
end

next if branch == 'trunk' || @local.include?(branch)
run_command("git branch --track \"#{branch}\" \"remotes/svn/#{branch}\"")
run_command("git branch \"#{branch}\" \"remotes/svn/#{branch}\"")
run_command("git checkout \"#{branch}\"")
end
end
Expand Down

0 comments on commit 454ea04

Please sign in to comment.