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 c4f189d commit 4bb5ec0Copy full SHA for 4bb5ec0
docs/make-multi.jl
@@ -72,7 +72,7 @@ if !success(`git checkout $outbranch`)
72
exit(1)
73
end
74
75
-run(`git stash apply`)
+run(`git stash drop`)
76
for file in readdir(gitroot; join = true)
77
endswith(file, ".git") && continue
78
rm(file; force = true, recursive = true)
0 commit comments