This commit is contained in:
たけのこ 2026-05-22 15:12:20 +00:00 committed by GitHub
commit 7375fd4f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1561,7 +1561,7 @@ endfunction
function! s:checkout_command(spec)
let a:spec.branch = s:git_origin_branch(a:spec)
return ['git', 'checkout', '-q', a:spec.branch, '--']
return ['git', 'checkout', '-q', '--guess', a:spec.branch, '--']
endfunction
function! s:merge_command(spec)