We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619648e commit 2cd3500Copy full SHA for 2cd3500
1 file changed
scripts/open-cherry-pick-pr.ts
@@ -38,7 +38,7 @@ ${logText.trim()}`
38
const logpath = path.join(__dirname, "../", "logmessage.txt");
39
runSequence([
40
["git", ["checkout", "-b", "temp-branch"]],
41
- ["git", ["reset", "master", "--soft"]]
+ ["git", ["reset", "origin/master", "--soft"]]
42
]);
43
fs.writeFileSync(logpath, logText);
44
0 commit comments