We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b6493 commit d9e32a3Copy full SHA for d9e32a3
lib/svn2git/migration.rb
@@ -379,7 +379,7 @@ def fix_branches
379
if @cannot_setup_tracking_information
380
run_command(Svn2Git::Migration.checkout_svn_branch(branch))
381
else
382
- status = run_command("git branch --track \"#{branch}\" \"remotes/svn/#{branch}\"", false)
+ status = run_command("git branch \"#{branch}\" \"remotes/svn/#{branch}\"", false)
383
384
# As of git 1.8.3.2, tracking information cannot be set up for remote SVN branches:
385
# http://git.661346.n2.nabble.com/git-svn-Use-prefix-by-default-td7594288.html#a7597159
0 commit comments