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 c9283d7 commit 27fd8acCopy full SHA for 27fd8ac
docs/make-multi.jl
@@ -65,6 +65,8 @@ has_outbranch = true
65
if !success(`git checkout $outbranch`)
66
has_outbranch = false
67
if !success(`git switch --orphan $outbranch`)
68
+ run(`git branch`)
69
+ run(`git status`)
70
@error "Cannot create new orphaned branch $outbranch."
71
exit(1)
72
end
0 commit comments