Skip to content

Commit 4bb5ec0

Browse files
committed
drop stash useless
1 parent c4f189d commit 4bb5ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make-multi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if !success(`git checkout $outbranch`)
7272
exit(1)
7373
end
7474
end
75-
run(`git stash apply`)
75+
run(`git stash drop`)
7676
for file in readdir(gitroot; join = true)
7777
endswith(file, ".git") && continue
7878
rm(file; force = true, recursive = true)

0 commit comments

Comments
 (0)