From 2cd3500197aee5aa2d474254f6995c9504ee649f Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 31 May 2019 14:45:06 -0700 Subject: [PATCH] origin/master because ref is fetched not pulled --- scripts/open-cherry-pick-pr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/open-cherry-pick-pr.ts b/scripts/open-cherry-pick-pr.ts index 2bad1438d31..90ba25d5fb2 100644 --- a/scripts/open-cherry-pick-pr.ts +++ b/scripts/open-cherry-pick-pr.ts @@ -38,7 +38,7 @@ ${logText.trim()}` const logpath = path.join(__dirname, "../", "logmessage.txt"); runSequence([ ["git", ["checkout", "-b", "temp-branch"]], - ["git", ["reset", "master", "--soft"]] + ["git", ["reset", "origin/master", "--soft"]] ]); fs.writeFileSync(logpath, logText); runSequence([