mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
origin/master because ref is fetched not pulled
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user