Skip to content

Commit 27fd8ac

Browse files
committed
Add checks
1 parent c9283d7 commit 27fd8ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/make-multi.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ has_outbranch = true
6565
if !success(`git checkout $outbranch`)
6666
has_outbranch = false
6767
if !success(`git switch --orphan $outbranch`)
68+
run(`git branch`)
69+
run(`git status`)
6870
@error "Cannot create new orphaned branch $outbranch."
6971
exit(1)
7072
end

0 commit comments

Comments
 (0)