Skip to content

Commit

Permalink
awe here we go again with this bullshit part 7
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Oct 1, 2024
1 parent 24df916 commit 6b3fefc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/mvb.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ const updateArgs = ['fetch', 'origin', '--tags', '--no-filter'];
if (getStdOut('git rev-parse --is-shallow-repository', {trim: true}) === 'true') updateArgs.push('--unshallow');
// update all refs
await exec('git', updateArgs);
// checkout branch
await exec('git', ['checkout', getBranch()]);

await exec('git', ['status']);
await exec('git', ['--no-pager', 'tag']);
Expand Down

0 comments on commit 6b3fefc

Please sign in to comment.