8000
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 9f69e8a commit d57760dCopy full SHA for d57760d
git.js
@@ -12,7 +12,6 @@ function updateCode({ commit = "update" } = {}) {
12
execSync(`git push origin ${currentBranch}`);
13
}
14
15
-
16
function checkoutBranch({ branch }) {
17
// updateCode();
18
execSync(`git checkout ${branch}`);
0 commit comments