update npx quartz update script
This commit is contained in:
@ -129,7 +129,7 @@ async function popContentFolder(contentFolder) {
|
||||
}
|
||||
|
||||
function gitPull(origin, branch) {
|
||||
const flags = ["-s", "recursive", "-X", "ours", "--no-edit"]
|
||||
const flags = ["--no-rebase", "--autostash", "-s", "recursive", "-X", "ours", "--no-edit"]
|
||||
spawnSync("git", ["pull", ...flags, origin, branch], { stdio: "inherit" })
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user